Shades of Deco #CAC786
Tints of Deco #CAC786
RGB
CMYK
RGB Variations
Color information
#CAC786 (or 0xCAC786) is known color: Deco. HEX triplet: CA, C7 and 86. RGB value is (202,199,134). Sum of RGB (Red+Green+Blue) = 202+199+134=535 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.76% from 535); Green value is 199 (78.12% from 255 or 37.20% from 535); Blue value is 134 (52.73% from 255 or 25.05% from 535); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC786 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC786 is #353879. Grayscale: #C0C0C0. Windows color (decimal): -3487866 or 8832970. OLE color: 8832970.
HSL color Cylindrical-coordinate representation of color #CAC786: hue angle of 57.35º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CAC786 is Cyan = 0, Magento = 0.01, Yellow = 0.34 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 199 | 134 | - |
| CMYK | 0 | 0.01 | 0.34 | 0.21 |
| HSL | 57.35º | 0.39% | 0.66% | - |
| HSV(B) | 57.35º | 0.34% | 0.79% | - |
| XYZ | 49.08 | 55.12 | 30.61 | - |
| YUV | 192.49 | 94.99 | 134.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 199 | 134 | 0 | 0.01 | 0.34 | 0.21 | 57.35 | 0.39 | 0.66 |
| Hex | CA | C7 | 86 | 0 | 1 | 22 | 15 | 39 | 27 | 42 |
| Octal | 312 | 307 | 206 | 0 | 1 | 42 | 25 | 71 | 47 | 102 |
| Binary | 11001010 | 11000111 | 10000110 | 0 | 1 | 100010 | 10101 | 111001 | 100111 | 1000010 |
Color Harmonies of #CAC786
Complementary color
Monochromatic Colors of #CAC786
Black with #CAC786
Text Example
Text Example
White with #CAC786
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC786; }
p { color: rgb(202,199,134); }
H1.HeaderClassName
{
color: #CAC786;
}
.AnyTagClassName
{
color: #CAC786;
}
</style>
background-color css
<style>
a { background-color: #CAC786; }
a { background-color: rgb(202,199,134); }
div.DivClassName
{
background-color: #CAC786;
}
.BgClassName
{
background-color: #CAC786;
}
</style>
border-color css
<style>
span { border-color: #CAC786; }
span { border-color: rgb(202,199,134); }
td.TdClassName
{
border-color: #CAC786;
}
.TagClassName
{
border-color: #CAC786;
}
</style>