Shades of Deco #CAC872
Tints of Deco #CAC872
RGB
CMYK
RGB Variations
Color information
#CAC872 (or 0xCAC872) is known color: Deco. HEX triplet: CA, C8 and 72. RGB value is (202,200,114). Sum of RGB (Red+Green+Blue) = 202+200+114=516 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.15% from 516); Green value is 200 (78.52% from 255 or 38.76% from 516); Blue value is 114 (44.92% from 255 or 22.09% from 516); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC872 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC872 is #35378D. Grayscale: #BFBFBF. Windows color (decimal): -3487630 or 7522506. OLE color: 7522506.
HSL color Cylindrical-coordinate representation of color #CAC872: hue angle of 58.64º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CAC872 is Cyan = 0, Magento = 0.01, Yellow = 0.44 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 200 | 114 | - |
| CMYK | 0 | 0.01 | 0.44 | 0.21 |
| HSL | 58.64º | 0.45% | 0.62% | - |
| HSV(B) | 58.64º | 0.44% | 0.79% | - |
| XYZ | 48.05 | 55.08 | 24.02 | - |
| YUV | 190.79 | 84.66 | 135.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 200 | 114 | 0 | 0.01 | 0.44 | 0.21 | 58.64 | 0.45 | 0.62 |
| Hex | CA | C8 | 72 | 0 | 1 | 2C | 15 | 3B | 2D | 3E |
| Octal | 312 | 310 | 162 | 0 | 1 | 54 | 25 | 73 | 55 | 76 |
| Binary | 11001010 | 11001000 | 1110010 | 0 | 1 | 101100 | 10101 | 111011 | 101101 | 111110 |
Color Harmonies of #CAC872
Complementary color
Monochromatic Colors of #CAC872
Black with #CAC872
Text Example
Text Example
White with #CAC872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC872; }
p { color: rgb(202,200,114); }
H1.HeaderClassName
{
color: #CAC872;
}
.AnyTagClassName
{
color: #CAC872;
}
</style>
background-color css
<style>
a { background-color: #CAC872; }
a { background-color: rgb(202,200,114); }
div.DivClassName
{
background-color: #CAC872;
}
.BgClassName
{
background-color: #CAC872;
}
</style>
border-color css
<style>
span { border-color: #CAC872; }
span { border-color: rgb(202,200,114); }
td.TdClassName
{
border-color: #CAC872;
}
.TagClassName
{
border-color: #CAC872;
}
</style>