Example of colour models
- RGB Model β
(r, g, b) 0..255
- HSV, HSB, HSL, HSI
L*a*b*
Reference
- Wikipedia (colour space)
- A βcolour modelβ is an abstract mathematical model describing the way colours can be represented as tuples of numbers (e.g. triples in RGB or quadruples in CMYK);
- https://www.pantone.com/articles/color-fundamentals/color-models-explained
- A colour model is a system used to describe a colour. For example with Red, Green and Blue (RGB) elements or Cyan, Magenta, Yellow and Black (CMYK).