Shades of Deco #CAC86F
Tints of Deco #CAC86F
RGB
CMYK
RGB Variations
Color information
#CAC86F (or 0xCAC86F) is known color: Deco. HEX triplet: CA, C8 and 6F. RGB value is (202,200,111). Sum of RGB (Red+Green+Blue) = 202+200+111=513 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.38% from 513); Green value is 200 (78.52% from 255 or 38.99% from 513); Blue value is 111 (43.75% from 255 or 21.64% from 513); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC86F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC86F is #353790. Grayscale: #BEBEBE. Windows color (decimal): -3487633 or 7325898. OLE color: 7325898.
HSL color Cylindrical-coordinate representation of color #CAC86F: hue angle of 58.68º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CAC86F is Cyan = 0, Magento = 0.01, Yellow = 0.45 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 200 | 111 | - |
| CMYK | 0 | 0.01 | 0.45 | 0.21 |
| HSL | 58.68º | 0.46% | 0.61% | - |
| HSV(B) | 58.68º | 0.45% | 0.79% | - |
| XYZ | 47.88 | 55.01 | 23.13 | - |
| YUV | 190.45 | 83.16 | 136.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 200 | 111 | 0 | 0.01 | 0.45 | 0.21 | 58.68 | 0.46 | 0.61 |
| Hex | CA | C8 | 6F | 0 | 1 | 2D | 15 | 3B | 2E | 3D |
| Octal | 312 | 310 | 157 | 0 | 1 | 55 | 25 | 73 | 56 | 75 |
| Binary | 11001010 | 11001000 | 1101111 | 0 | 1 | 101101 | 10101 | 111011 | 101110 | 111101 |
Color Harmonies of #CAC86F
Complementary color
Monochromatic Colors of #CAC86F
Black with #CAC86F
Text Example
Text Example
White with #CAC86F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC86F; }
p { color: rgb(202,200,111); }
H1.HeaderClassName
{
color: #CAC86F;
}
.AnyTagClassName
{
color: #CAC86F;
}
</style>
background-color css
<style>
a { background-color: #CAC86F; }
a { background-color: rgb(202,200,111); }
div.DivClassName
{
background-color: #CAC86F;
}
.BgClassName
{
background-color: #CAC86F;
}
</style>
border-color css
<style>
span { border-color: #CAC86F; }
span { border-color: rgb(202,200,111); }
td.TdClassName
{
border-color: #CAC86F;
}
.TagClassName
{
border-color: #CAC86F;
}
</style>