Color-models
Color-models
Malayalam Tutorial
COLOR MODELS
Malayalam Tutorial
Characteristics of Color
1. DominantFrequency (Hue) :The color we see (red,
green, purple).
2. Brightness :The total light energy, how bright is the
color
3. Purity (Saturation) :Purity describes how close a light
appears to be to a pure spectral color, such as pink is
less saturated than red.
4.Chromaticity: refers to the two properties (purity & hue)
together.
Shades , Tints & Tones
◦ A shade is produced by “dimming ” a hue.[Adding
black].
◦ Dark Blue = pure blue + black
◦ A tint is produced by "lightening" a hue. [Adding white].
◦ Pastel red = pure red + white
◦ Tone refers to the effects of reducing the "colorfulness"
of a hue. [adding gray] or [adding black & white].
Color Models
◦ A color model is an abstract mathematical model describing the way
colors can be represented as tuples of numbers, typically as three or four
values or color components
◦ A color model is an orderly system for creating a whole range of colors
from a small set of primary colors.
◦ There are two types of color models,
◦ Subtractive
◦ Additive
◦ Additive color models use light to display color while subtractive models
use printing inks.
◦ Colors perceived in additive models are the result of transmitted light.
Colors perceived in subtractive models are the result of reflected light.
Color Model
◦ There are several established color models used in computer
graphics, but the two most common are the RGB model (Red-
Green-Blue) for computer display and the CMYK model (Cyan-
Magenta-Yellow-Black) for printing.
RGB Color Model
◦ RGB is an additive color model For computer
displays uses light to display color , Colors result
from transmitted light
◦ Red+Green+Blue = White
◦ Unit Cube defined on R, G & B axes.
◦ The Origin (0,0,0) represents black and the
diagonally opposite vertex (1,1,1) is White.
◦ Vertices of the cube on the axes represent
primary colors, and the remaining vertices are the
complementary color points for each of the
primary colors.
◦ Shades of gray are represented along the main
diagonal.
CMYK Color Model
◦ CMYK (subtractive color model) is the standard color model used
in offset printing for full-color documents.
◦ Because such printing uses inks of these four basic colors, it is
often called four-color printing.
◦ Where two colors of RGB overlaps, we see a new color formed by
mixing of the two additive primaries. These new colors are:
◦ A greenish blue called cyan.
◦ A blushed red called magenta.
◦ A bright yellow.
◦ The key color , Black
CMYK Color Model
◦ We can express this effect pseudo-algebraically.
◦ Writing R, G and B for red, green and blue, C, M and Y for cyan,
magenta and yellow, and W for white
◦ using (+) to mean additive mixing of light, and (–) to mean
subtraction of light, we have:
◦ C (cyan) = G + B = W - R
◦ M (magenta) = R + B = W - G
◦ Y (yellow) = R + G = W– B
◦ In each equation, the color on the left is called the
complementary color of the one at the extreme right
◦ for example, magenta is the complementary color of green.
YIQ Color Model
◦ YIQ model is used for US TV broadcast.
•This model was designed to separate chrominance (I
and Q) from luminance (Y).
•This was a requirement in the early days of color
television when black-and-white sets still were expected
to pick up and display what were originally color pictures
•The Y-channel contains luminance information
(sufficient for black-and-white television sets) while the I
and Q channels carried the color information.
◦ A color television set would take these three channels, Y, I, and
Q, and map the information back to R, G, and B levels for display
on a screen.
◦ The advantage of this model is that more bandwidth can be
assigned to the Y-component (luminance) because the human
visual system is more sensitive to changes in luminance than to
changes in hue or saturation
Convert From RGB To YIQ Convert From YIQ To RGB
Differentiate between HSB and HLS
color models
◦ HSL (hue, saturation, lightness) and HSV (hue, saturation, value, also
•