Shades of Deco #CAC978
Tints of Deco #CAC978
RGB
CMYK
RGB Variations
Color information
#CAC978 (or 0xCAC978) is known color: Deco. HEX triplet: CA, C9 and 78. RGB value is (202,201,120). Sum of RGB (Red+Green+Blue) = 202+201+120=523 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.62% from 523); Green value is 201 (78.91% from 255 or 38.43% from 523); Blue value is 120 (47.27% from 255 or 22.94% from 523); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC978 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC978 is #353687. Grayscale: #C0C0C0. Windows color (decimal): -3487368 or 7915978. OLE color: 7915978.
HSL color Cylindrical-coordinate representation of color #CAC978: hue angle of 59.27º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CAC978 is Cyan = 0, Magento = 0.00, Yellow = 0.41 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 201 | 120 | - |
| CMYK | 0 | 0.00 | 0.41 | 0.21 |
| HSL | 59.27º | 0.44% | 0.63% | - |
| HSV(B) | 59.27º | 0.41% | 0.79% | - |
| XYZ | 48.63 | 55.69 | 25.95 | - |
| YUV | 192.07 | 87.33 | 135.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 201 | 120 | 0 | 0.00 | 0.41 | 0.21 | 59.27 | 0.44 | 0.63 |
| Hex | CA | C9 | 78 | 0 | 0 | 29 | 15 | 3B | 2C | 3F |
| Octal | 312 | 311 | 170 | 0 | 0 | 51 | 25 | 73 | 54 | 77 |
| Binary | 11001010 | 11001001 | 1111000 | 0 | 0 | 101001 | 10101 | 111011 | 101100 | 111111 |
Color Harmonies of #CAC978
Complementary color
Monochromatic Colors of #CAC978
Black with #CAC978
Text Example
Text Example
White with #CAC978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC978; }
p { color: rgb(202,201,120); }
H1.HeaderClassName
{
color: #CAC978;
}
.AnyTagClassName
{
color: #CAC978;
}
</style>
background-color css
<style>
a { background-color: #CAC978; }
a { background-color: rgb(202,201,120); }
div.DivClassName
{
background-color: #CAC978;
}
.BgClassName
{
background-color: #CAC978;
}
</style>
border-color css
<style>
span { border-color: #CAC978; }
span { border-color: rgb(202,201,120); }
td.TdClassName
{
border-color: #CAC978;
}
.TagClassName
{
border-color: #CAC978;
}
</style>