Shades of Deco #CAC878
Tints of Deco #CAC878
RGB
CMYK
RGB Variations
Color information
#CAC878 (or 0xCAC878) is known color: Deco. HEX triplet: CA, C8 and 78. RGB value is (202,200,120). Sum of RGB (Red+Green+Blue) = 202+200+120=522 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.70% from 522); Green value is 200 (78.52% from 255 or 38.31% from 522); Blue value is 120 (47.27% from 255 or 22.99% from 522); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC878 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC878 is #353787. Grayscale: #BFBFBF. Windows color (decimal): -3487624 or 7915722. OLE color: 7915722.
HSL color Cylindrical-coordinate representation of color #CAC878: hue angle of 58.54º 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 #CAC878 is Cyan = 0, Magento = 0.01, Yellow = 0.41 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 200 | 120 | - |
| CMYK | 0 | 0.01 | 0.41 | 0.21 |
| HSL | 58.54º | 0.44% | 0.63% | - |
| HSV(B) | 58.54º | 0.41% | 0.79% | - |
| XYZ | 48.4 | 55.22 | 25.88 | - |
| YUV | 191.48 | 87.66 | 135.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 200 | 120 | 0 | 0.01 | 0.41 | 0.21 | 58.54 | 0.44 | 0.63 |
| Hex | CA | C8 | 78 | 0 | 1 | 29 | 15 | 3B | 2C | 3F |
| Octal | 312 | 310 | 170 | 0 | 1 | 51 | 25 | 73 | 54 | 77 |
| Binary | 11001010 | 11001000 | 1111000 | 0 | 1 | 101001 | 10101 | 111011 | 101100 | 111111 |
Color Harmonies of #CAC878
Complementary color
Monochromatic Colors of #CAC878
Black with #CAC878
Text Example
Text Example
White with #CAC878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC878; }
p { color: rgb(202,200,120); }
H1.HeaderClassName
{
color: #CAC878;
}
.AnyTagClassName
{
color: #CAC878;
}
</style>
background-color css
<style>
a { background-color: #CAC878; }
a { background-color: rgb(202,200,120); }
div.DivClassName
{
background-color: #CAC878;
}
.BgClassName
{
background-color: #CAC878;
}
</style>
border-color css
<style>
span { border-color: #CAC878; }
span { border-color: rgb(202,200,120); }
td.TdClassName
{
border-color: #CAC878;
}
.TagClassName
{
border-color: #CAC878;
}
</style>