Shades of Deco #C9C578
Tints of Deco #C9C578
RGB
CMYK
RGB Variations
Color information
#C9C578 (or 0xC9C578) is known color: Deco. HEX triplet: C9, C5 and 78. RGB value is (201,197,120). Sum of RGB (Red+Green+Blue) = 201+197+120=518 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.80% from 518); Green value is 197 (77.34% from 255 or 38.03% from 518); Blue value is 120 (47.27% from 255 or 23.17% from 518); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C578 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9C578 is #363A87. Grayscale: #BDBDBD. Windows color (decimal): -3553928 or 7914953. OLE color: 7914953.
HSL color Cylindrical-coordinate representation of color #C9C578: hue angle of 57.04º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C9C578 is Cyan = 0, Magento = 0.02, Yellow = 0.40 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 197 | 120 | - |
| CMYK | 0 | 0.02 | 0.40 | 0.21 |
| HSL | 57.04º | 0.43% | 0.63% | - |
| HSV(B) | 57.04º | 0.4% | 0.79% | - |
| XYZ | 47.44 | 53.71 | 25.64 | - |
| YUV | 189.42 | 88.83 | 136.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 197 | 120 | 0 | 0.02 | 0.40 | 0.21 | 57.04 | 0.43 | 0.63 |
| Hex | C9 | C5 | 78 | 0 | 2 | 28 | 15 | 39 | 2B | 3F |
| Octal | 311 | 305 | 170 | 0 | 2 | 50 | 25 | 71 | 53 | 77 |
| Binary | 11001001 | 11000101 | 1111000 | 0 | 10 | 101000 | 10101 | 111001 | 101011 | 111111 |
Color Harmonies of #C9C578
Complementary color
Monochromatic Colors of #C9C578
Black with #C9C578
Text Example
Text Example
White with #C9C578
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9C578; }
p { color: rgb(201,197,120); }
H1.HeaderClassName
{
color: #C9C578;
}
.AnyTagClassName
{
color: #C9C578;
}
</style>
background-color css
<style>
a { background-color: #C9C578; }
a { background-color: rgb(201,197,120); }
div.DivClassName
{
background-color: #C9C578;
}
.BgClassName
{
background-color: #C9C578;
}
</style>
border-color css
<style>
span { border-color: #C9C578; }
span { border-color: rgb(201,197,120); }
td.TdClassName
{
border-color: #C9C578;
}
.TagClassName
{
border-color: #C9C578;
}
</style>