Shades of Deco #CAC886
Tints of Deco #CAC886
RGB
CMYK
RGB Variations
Color information
#CAC886 (or 0xCAC886) is known color: Deco. HEX triplet: CA, C8 and 86. RGB value is (202,200,134). Sum of RGB (Red+Green+Blue) = 202+200+134=536 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.69% from 536); Green value is 200 (78.52% from 255 or 37.31% from 536); Blue value is 134 (52.73% from 255 or 25% from 536); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC886 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC886 is #353779. Grayscale: #C1C1C1. Windows color (decimal): -3487610 or 8833226. OLE color: 8833226.
HSL color Cylindrical-coordinate representation of color #CAC886: hue angle of 58.24º 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 #CAC886 is Cyan = 0, Magento = 0.01, Yellow = 0.34 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 200 | 134 | - |
| CMYK | 0 | 0.01 | 0.34 | 0.21 |
| HSL | 58.24º | 0.39% | 0.66% | - |
| HSV(B) | 58.24º | 0.34% | 0.79% | - |
| XYZ | 49.31 | 55.59 | 30.68 | - |
| YUV | 193.07 | 94.66 | 134.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 200 | 134 | 0 | 0.01 | 0.34 | 0.21 | 58.24 | 0.39 | 0.66 |
| Hex | CA | C8 | 86 | 0 | 1 | 22 | 15 | 3A | 27 | 42 |
| Octal | 312 | 310 | 206 | 0 | 1 | 42 | 25 | 72 | 47 | 102 |
| Binary | 11001010 | 11001000 | 10000110 | 0 | 1 | 100010 | 10101 | 111010 | 100111 | 1000010 |
Color Harmonies of #CAC886
Complementary color
Monochromatic Colors of #CAC886
Black with #CAC886
Text Example
Text Example
White with #CAC886
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC886; }
p { color: rgb(202,200,134); }
H1.HeaderClassName
{
color: #CAC886;
}
.AnyTagClassName
{
color: #CAC886;
}
</style>
background-color css
<style>
a { background-color: #CAC886; }
a { background-color: rgb(202,200,134); }
div.DivClassName
{
background-color: #CAC886;
}
.BgClassName
{
background-color: #CAC886;
}
</style>
border-color css
<style>
span { border-color: #CAC886; }
span { border-color: rgb(202,200,134); }
td.TdClassName
{
border-color: #CAC886;
}
.TagClassName
{
border-color: #CAC886;
}
</style>