Shades of Deco #CAC672
Tints of Deco #CAC672
RGB
CMYK
RGB Variations
Color information
#CAC672 (or 0xCAC672) is known color: Deco. HEX triplet: CA, C6 and 72. RGB value is (202,198,114). Sum of RGB (Red+Green+Blue) = 202+198+114=514 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.30% from 514); Green value is 198 (77.73% from 255 or 38.52% from 514); Blue value is 114 (44.92% from 255 or 22.18% from 514); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC672 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC672 is #35398D. Grayscale: #BDBDBD. Windows color (decimal): -3488142 or 7521994. OLE color: 7521994.
HSL color Cylindrical-coordinate representation of color #CAC672: hue angle of 57.27º 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 #CAC672 is Cyan = 0, Magento = 0.02, Yellow = 0.44 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 198 | 114 | - |
| CMYK | 0 | 0.02 | 0.44 | 0.21 |
| HSL | 57.27º | 0.45% | 0.62% | - |
| HSV(B) | 57.27º | 0.44% | 0.79% | - |
| XYZ | 47.59 | 54.16 | 23.87 | - |
| YUV | 189.62 | 85.33 | 136.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 198 | 114 | 0 | 0.02 | 0.44 | 0.21 | 57.27 | 0.45 | 0.62 |
| Hex | CA | C6 | 72 | 0 | 2 | 2C | 15 | 39 | 2D | 3E |
| Octal | 312 | 306 | 162 | 0 | 2 | 54 | 25 | 71 | 55 | 76 |
| Binary | 11001010 | 11000110 | 1110010 | 0 | 10 | 101100 | 10101 | 111001 | 101101 | 111110 |
Color Harmonies of #CAC672
Complementary color
Monochromatic Colors of #CAC672
Black with #CAC672
Text Example
Text Example
White with #CAC672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC672; }
p { color: rgb(202,198,114); }
H1.HeaderClassName
{
color: #CAC672;
}
.AnyTagClassName
{
color: #CAC672;
}
</style>
background-color css
<style>
a { background-color: #CAC672; }
a { background-color: rgb(202,198,114); }
div.DivClassName
{
background-color: #CAC672;
}
.BgClassName
{
background-color: #CAC672;
}
</style>
border-color css
<style>
span { border-color: #CAC672; }
span { border-color: rgb(202,198,114); }
td.TdClassName
{
border-color: #CAC672;
}
.TagClassName
{
border-color: #CAC672;
}
</style>