Shades of Deco #CACA89
Tints of Deco #CACA89
RGB
CMYK
RGB Variations
Color information
#CACA89 (or 0xCACA89) is known color: Deco. HEX triplet: CA, CA and 89. RGB value is (202,202,137). Sum of RGB (Red+Green+Blue) = 202+202+137=541 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.34% from 541); Green value is 202 (79.30% from 255 or 37.34% from 541); Blue value is 137 (53.91% from 255 or 25.32% from 541); Max value from RGB is 202 - color contains mainly: red, green. Hex color #CACA89 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CACA89 is #353576. Grayscale: #C2C2C2. Windows color (decimal): -3487095 or 9030346. OLE color: 9030346.
HSL color Cylindrical-coordinate representation of color #CACA89: hue angle of 60º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CACA89 is Cyan = 0, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 202 | 137 | - |
| CMYK | 0 | 0 | 0.32 | 0.21 |
| HSL | 60º | 0.38% | 0.66% | - |
| HSV(B) | 60º | 0.32% | 0.79% | - |
| XYZ | 49.99 | 56.6 | 31.96 | - |
| YUV | 194.59 | 95.5 | 133.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 202 | 137 | 0 | 0 | 0.32 | 0.21 | 60 | 0.38 | 0.66 |
| Hex | CA | CA | 89 | 0 | 0 | 20 | 15 | 3C | 26 | 42 |
| Octal | 312 | 312 | 211 | 0 | 0 | 40 | 25 | 74 | 46 | 102 |
| Binary | 11001010 | 11001010 | 10001001 | 0 | 0 | 100000 | 10101 | 111100 | 100110 | 1000010 |
Color Harmonies of #CACA89
Complementary color
Monochromatic Colors of #CACA89
Black with #CACA89
Text Example
Text Example
White with #CACA89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACA89; }
p { color: rgb(202,202,137); }
H1.HeaderClassName
{
color: #CACA89;
}
.AnyTagClassName
{
color: #CACA89;
}
</style>
background-color css
<style>
a { background-color: #CACA89; }
a { background-color: rgb(202,202,137); }
div.DivClassName
{
background-color: #CACA89;
}
.BgClassName
{
background-color: #CACA89;
}
</style>
border-color css
<style>
span { border-color: #CACA89; }
span { border-color: rgb(202,202,137); }
td.TdClassName
{
border-color: #CACA89;
}
.TagClassName
{
border-color: #CACA89;
}
</style>