Shades of Deco #CACB86
Tints of Deco #CACB86
RGB
CMYK
RGB Variations
Color information
#CACB86 (or 0xCACB86) is known color: Deco. HEX triplet: CA, CB and 86. RGB value is (202,203,134). Sum of RGB (Red+Green+Blue) = 202+203+134=539 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.48% from 539); Green value is 203 (79.69% from 255 or 37.66% from 539); Blue value is 134 (52.73% from 255 or 24.86% from 539); Max value from RGB is 203 - color contains mainly: green. Hex color #CACB86 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CACB86 is #353479. Grayscale: #C3C3C3. Windows color (decimal): -3486842 or 8833994. OLE color: 8833994.
HSL color Cylindrical-coordinate representation of color #CACB86: hue angle of 60.87º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CACB86 is Cyan = 0.00, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 202 | 203 | 134 | - |
| CMYK | 0.00 | 0 | 0.34 | 0.20 |
| HSL | 60.87º | 0.4% | 0.66% | - |
| HSV(B) | 60.87º | 0.34% | 0.8% | - |
| XYZ | 50.02 | 56.99 | 30.92 | - |
| YUV | 194.84 | 93.67 | 133.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 203 | 134 | 0.00 | 0 | 0.34 | 0.20 | 60.87 | 0.4 | 0.66 |
| Hex | CA | CB | 86 | 0 | 0 | 22 | 14 | 3D | 28 | 42 |
| Octal | 312 | 313 | 206 | 0 | 0 | 42 | 24 | 75 | 50 | 102 |
| Binary | 11001010 | 11001011 | 10000110 | 0 | 0 | 100010 | 10100 | 111101 | 101000 | 1000010 |
Color Harmonies of #CACB86
Complementary color
Monochromatic Colors of #CACB86
Black with #CACB86
Text Example
Text Example
White with #CACB86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACB86; }
p { color: rgb(202,203,134); }
H1.HeaderClassName
{
color: #CACB86;
}
.AnyTagClassName
{
color: #CACB86;
}
</style>
background-color css
<style>
a { background-color: #CACB86; }
a { background-color: rgb(202,203,134); }
div.DivClassName
{
background-color: #CACB86;
}
.BgClassName
{
background-color: #CACB86;
}
</style>
border-color css
<style>
span { border-color: #CACB86; }
span { border-color: rgb(202,203,134); }
td.TdClassName
{
border-color: #CACB86;
}
.TagClassName
{
border-color: #CACB86;
}
</style>