Shades of Deco #CACC89
Tints of Deco #CACC89
RGB
CMYK
RGB Variations
Color information
#CACC89 (or 0xCACC89) is known color: Deco. HEX triplet: CA, CC and 89. RGB value is (202,204,137). Sum of RGB (Red+Green+Blue) = 202+204+137=543 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.20% from 543); Green value is 204 (80.08% from 255 or 37.57% from 543); Blue value is 137 (53.91% from 255 or 25.23% from 543); Max value from RGB is 204 - color contains mainly: green. Hex color #CACC89 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CACC89 is #353376. Grayscale: #C4C4C4. Windows color (decimal): -3486583 or 9030858. OLE color: 9030858.
HSL color Cylindrical-coordinate representation of color #CACC89: hue angle of 61.79º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CACC89 is Cyan = 0.01, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 202 | 204 | 137 | - |
| CMYK | 0.01 | 0 | 0.33 | 0.2 |
| HSL | 61.79º | 0.4% | 0.67% | - |
| HSV(B) | 61.79º | 0.33% | 0.8% | - |
| XYZ | 50.47 | 57.55 | 32.12 | - |
| YUV | 195.76 | 94.84 | 132.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 204 | 137 | 0.01 | 0 | 0.33 | 0.2 | 61.79 | 0.4 | 0.67 |
| Hex | CA | CC | 89 | 1 | 0 | 21 | 14 | 3E | 28 | 43 |
| Octal | 312 | 314 | 211 | 1 | 0 | 41 | 24 | 76 | 50 | 103 |
| Binary | 11001010 | 11001100 | 10001001 | 1 | 0 | 100001 | 10100 | 111110 | 101000 | 1000011 |
Color Harmonies of #CACC89
Complementary color
Monochromatic Colors of #CACC89
Black with #CACC89
Text Example
Text Example
White with #CACC89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACC89; }
p { color: rgb(202,204,137); }
H1.HeaderClassName
{
color: #CACC89;
}
.AnyTagClassName
{
color: #CACC89;
}
</style>
background-color css
<style>
a { background-color: #CACC89; }
a { background-color: rgb(202,204,137); }
div.DivClassName
{
background-color: #CACC89;
}
.BgClassName
{
background-color: #CACC89;
}
</style>
border-color css
<style>
span { border-color: #CACC89; }
span { border-color: rgb(202,204,137); }
td.TdClassName
{
border-color: #CACC89;
}
.TagClassName
{
border-color: #CACC89;
}
</style>