Shades of Deco #CAC972
Tints of Deco #CAC972
RGB
CMYK
RGB Variations
Color information
#CAC972 (or 0xCAC972) is known color: Deco. HEX triplet: CA, C9 and 72. RGB value is (202,201,114). Sum of RGB (Red+Green+Blue) = 202+201+114=517 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.07% from 517); Green value is 201 (78.91% from 255 or 38.88% from 517); Blue value is 114 (44.92% from 255 or 22.05% from 517); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC972 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC972 is #35368D. Grayscale: #BFBFBF. Windows color (decimal): -3487374 or 7522762. OLE color: 7522762.
HSL color Cylindrical-coordinate representation of color #CAC972: hue angle of 59.32º 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 #CAC972 is Cyan = 0, Magento = 0.00, Yellow = 0.44 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 201 | 114 | - |
| CMYK | 0 | 0.00 | 0.44 | 0.21 |
| HSL | 59.32º | 0.45% | 0.62% | - |
| HSV(B) | 59.32º | 0.44% | 0.79% | - |
| XYZ | 48.28 | 55.54 | 24.1 | - |
| YUV | 191.38 | 84.33 | 135.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 201 | 114 | 0 | 0.00 | 0.44 | 0.21 | 59.32 | 0.45 | 0.62 |
| Hex | CA | C9 | 72 | 0 | 0 | 2C | 15 | 3B | 2D | 3E |
| Octal | 312 | 311 | 162 | 0 | 0 | 54 | 25 | 73 | 55 | 76 |
| Binary | 11001010 | 11001001 | 1110010 | 0 | 0 | 101100 | 10101 | 111011 | 101101 | 111110 |
Color Harmonies of #CAC972
Complementary color
Monochromatic Colors of #CAC972
Black with #CAC972
Text Example
Text Example
White with #CAC972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC972; }
p { color: rgb(202,201,114); }
H1.HeaderClassName
{
color: #CAC972;
}
.AnyTagClassName
{
color: #CAC972;
}
</style>
background-color css
<style>
a { background-color: #CAC972; }
a { background-color: rgb(202,201,114); }
div.DivClassName
{
background-color: #CAC972;
}
.BgClassName
{
background-color: #CAC972;
}
</style>
border-color css
<style>
span { border-color: #CAC972; }
span { border-color: rgb(202,201,114); }
td.TdClassName
{
border-color: #CAC972;
}
.TagClassName
{
border-color: #CAC972;
}
</style>