Shades of Deco #CAC973
Tints of Deco #CAC973
RGB
CMYK
RGB Variations
Color information
#CAC973 (or 0xCAC973) is known color: Deco. HEX triplet: CA, C9 and 73. RGB value is (202,201,115). Sum of RGB (Red+Green+Blue) = 202+201+115=518 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.00% from 518); Green value is 201 (78.91% from 255 or 38.80% from 518); Blue value is 115 (45.31% from 255 or 22.20% from 518); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC973 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC973 is #35368C. Grayscale: #BFBFBF. Windows color (decimal): -3487373 or 7588298. OLE color: 7588298.
HSL color Cylindrical-coordinate representation of color #CAC973: hue angle of 59.31º 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 #CAC973 is Cyan = 0, Magento = 0.00, Yellow = 0.43 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 201 | 115 | - |
| CMYK | 0 | 0.00 | 0.43 | 0.21 |
| HSL | 59.31º | 0.45% | 0.62% | - |
| HSV(B) | 59.31º | 0.43% | 0.79% | - |
| XYZ | 48.34 | 55.57 | 24.4 | - |
| YUV | 191.5 | 84.83 | 135.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 201 | 115 | 0 | 0.00 | 0.43 | 0.21 | 59.31 | 0.45 | 0.62 |
| Hex | CA | C9 | 73 | 0 | 0 | 2B | 15 | 3B | 2D | 3E |
| Octal | 312 | 311 | 163 | 0 | 0 | 53 | 25 | 73 | 55 | 76 |
| Binary | 11001010 | 11001001 | 1110011 | 0 | 0 | 101011 | 10101 | 111011 | 101101 | 111110 |
Color Harmonies of #CAC973
Complementary color
Monochromatic Colors of #CAC973
Black with #CAC973
Text Example
Text Example
White with #CAC973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC973; }
p { color: rgb(202,201,115); }
H1.HeaderClassName
{
color: #CAC973;
}
.AnyTagClassName
{
color: #CAC973;
}
</style>
background-color css
<style>
a { background-color: #CAC973; }
a { background-color: rgb(202,201,115); }
div.DivClassName
{
background-color: #CAC973;
}
.BgClassName
{
background-color: #CAC973;
}
</style>
border-color css
<style>
span { border-color: #CAC973; }
span { border-color: rgb(202,201,115); }
td.TdClassName
{
border-color: #CAC973;
}
.TagClassName
{
border-color: #CAC973;
}
</style>