Shades of Deco #CAC874
Tints of Deco #CAC874
RGB
CMYK
RGB Variations
Color information
#CAC874 (or 0xCAC874) is known color: Deco. HEX triplet: CA, C8 and 74. RGB value is (202,200,116). Sum of RGB (Red+Green+Blue) = 202+200+116=518 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.00% from 518); Green value is 200 (78.52% from 255 or 38.61% from 518); Blue value is 116 (45.70% from 255 or 22.39% from 518); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC874 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC874 is #35378B. Grayscale: #BFBFBF. Windows color (decimal): -3487628 or 7653578. OLE color: 7653578.
HSL color Cylindrical-coordinate representation of color #CAC874: hue angle of 58.6º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CAC874 is Cyan = 0, Magento = 0.01, Yellow = 0.43 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 200 | 116 | - |
| CMYK | 0 | 0.01 | 0.43 | 0.21 |
| HSL | 58.6º | 0.45% | 0.62% | - |
| HSV(B) | 58.6º | 0.43% | 0.79% | - |
| XYZ | 48.16 | 55.13 | 24.62 | - |
| YUV | 191.02 | 85.66 | 135.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 200 | 116 | 0 | 0.01 | 0.43 | 0.21 | 58.6 | 0.45 | 0.62 |
| Hex | CA | C8 | 74 | 0 | 1 | 2B | 15 | 3B | 2D | 3E |
| Octal | 312 | 310 | 164 | 0 | 1 | 53 | 25 | 73 | 55 | 76 |
| Binary | 11001010 | 11001000 | 1110100 | 0 | 1 | 101011 | 10101 | 111011 | 101101 | 111110 |
Color Harmonies of #CAC874
Complementary color
Monochromatic Colors of #CAC874
Black with #CAC874
Text Example
Text Example
White with #CAC874
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC874; }
p { color: rgb(202,200,116); }
H1.HeaderClassName
{
color: #CAC874;
}
.AnyTagClassName
{
color: #CAC874;
}
</style>
background-color css
<style>
a { background-color: #CAC874; }
a { background-color: rgb(202,200,116); }
div.DivClassName
{
background-color: #CAC874;
}
.BgClassName
{
background-color: #CAC874;
}
</style>
border-color css
<style>
span { border-color: #CAC874; }
span { border-color: rgb(202,200,116); }
td.TdClassName
{
border-color: #CAC874;
}
.TagClassName
{
border-color: #CAC874;
}
</style>