Color space conversion
Conversion of this color for each color space representation
RGB | ||
---|---|---|
Red | Green | Blue |
80% | 63.92% | 20% |
HSL | ||
---|---|---|
Hue | Saturation | Lightness |
43.92° | 60% | 50% |
HSV / HSB | ||
---|---|---|
Hue | Saturation | Value / Brightness |
43.92° | 75% | 80% |
RGB - Normalized | ||
---|---|---|
Red | Green | Blue |
0.8 | 0.64 | 0.2 |
HSL - Normalized | ||
---|---|---|
Hue | Saturation | Lightness |
0.12 | 0.6 | 0.5 |
HSV / HSB - Normalized | ||
---|---|---|
Hue | Saturation | Value / Brightness |
0.12 | 0.75 | 0.8 |
CMYK | |||
---|---|---|---|
Cyan | Magenta | Yellow | Black |
0% | 20.1% | 75% | 20% |
YCbCr | ||
---|---|---|
Y | Cb | Cr |
0.64 | -0.25 | 0.12 |
XYZ | ||
---|---|---|
X | Y | Z |
38.6 | 39.27 | 8.68 |
CIE Lab | ||
---|---|---|
L | a | b |
68.95 | 4.11 | 60.39 |
Nearest Colors Name
Matching similar color names
CSS notation
Use this for all CSS properties that accept a color as a value: color, background-color, border-color
#cca333
rgb(204,163,51)
hsl(44, 60%, 50%)
Tints, Shades, and Tones
Tints
A tint is obtained by adding white to a color. This process reduces darkness.
Shades
A shade is obtained by adding black to a color. This process increases darkness.
Color Harmonies
Schemes of colors that work well together
Adjacent / Analogous / Analogic
Pleasing and harmonious to the eye, they can be found in nature.
Rectangle / Tetradic
Two complementary pairs for a total of four colors.