Shades of Deco #CAC870
Tints of Deco #CAC870
RGB
CMYK
RGB Variations
Color information
#CAC870 (or 0xCAC870) is known color: Deco. HEX triplet: CA, C8 and 70. RGB value is (202,200,112). Sum of RGB (Red+Green+Blue) = 202+200+112=514 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.30% from 514); Green value is 200 (78.52% from 255 or 38.91% from 514); Blue value is 112 (44.14% from 255 or 21.79% from 514); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC870 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC870 is #35378F. Grayscale: #BEBEBE. Windows color (decimal): -3487632 or 7391434. OLE color: 7391434.
HSL color Cylindrical-coordinate representation of color #CAC870: hue angle of 58.67º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CAC870 is Cyan = 0, Magento = 0.01, Yellow = 0.45 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 200 | 112 | - |
| CMYK | 0 | 0.01 | 0.45 | 0.21 |
| HSL | 58.67º | 0.46% | 0.62% | - |
| HSV(B) | 58.67º | 0.45% | 0.79% | - |
| XYZ | 47.94 | 55.03 | 23.43 | - |
| YUV | 190.57 | 83.66 | 136.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 200 | 112 | 0 | 0.01 | 0.45 | 0.21 | 58.67 | 0.46 | 0.62 |
| Hex | CA | C8 | 70 | 0 | 1 | 2D | 15 | 3B | 2E | 3E |
| Octal | 312 | 310 | 160 | 0 | 1 | 55 | 25 | 73 | 56 | 76 |
| Binary | 11001010 | 11001000 | 1110000 | 0 | 1 | 101101 | 10101 | 111011 | 101110 | 111110 |
Color Harmonies of #CAC870
Complementary color
Monochromatic Colors of #CAC870
Black with #CAC870
Text Example
Text Example
White with #CAC870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC870; }
p { color: rgb(202,200,112); }
H1.HeaderClassName
{
color: #CAC870;
}
.AnyTagClassName
{
color: #CAC870;
}
</style>
background-color css
<style>
a { background-color: #CAC870; }
a { background-color: rgb(202,200,112); }
div.DivClassName
{
background-color: #CAC870;
}
.BgClassName
{
background-color: #CAC870;
}
</style>
border-color css
<style>
span { border-color: #CAC870; }
span { border-color: rgb(202,200,112); }
td.TdClassName
{
border-color: #CAC870;
}
.TagClassName
{
border-color: #CAC870;
}
</style>