Shades of Deco #CACE89
Tints of Deco #CACE89
RGB
CMYK
RGB Variations
Color information
#CACE89 (or 0xCACE89) is known color: Deco. HEX triplet: CA, CE and 89. RGB value is (202,206,137). Sum of RGB (Red+Green+Blue) = 202+206+137=545 (72% of max value = 765). Red value is 202 (79.30% from 255 or 37.06% from 545); Green value is 206 (80.86% from 255 or 37.80% from 545); Blue value is 137 (53.91% from 255 or 25.14% from 545); Max value from RGB is 206 - color contains mainly: green. Hex color #CACE89 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CACE89 is #353176. Grayscale: #C5C5C5. Windows color (decimal): -3486071 or 9031370. OLE color: 9031370.
HSL color Cylindrical-coordinate representation of color #CACE89: hue angle of 63.48º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CACE89 is Cyan = 0.02, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 202 | 206 | 137 | - |
| CMYK | 0.02 | 0 | 0.33 | 0.19 |
| HSL | 63.48º | 0.41% | 0.67% | - |
| HSV(B) | 63.48º | 0.33% | 0.81% | - |
| XYZ | 50.94 | 58.51 | 32.27 | - |
| YUV | 196.94 | 94.17 | 131.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 206 | 137 | 0.02 | 0 | 0.33 | 0.19 | 63.48 | 0.41 | 0.67 |
| Hex | CA | CE | 89 | 2 | 0 | 21 | 13 | 3F | 29 | 43 |
| Octal | 312 | 316 | 211 | 2 | 0 | 41 | 23 | 77 | 51 | 103 |
| Binary | 11001010 | 11001110 | 10001001 | 10 | 0 | 100001 | 10011 | 111111 | 101001 | 1000011 |
Color Harmonies of #CACE89
Complementary color
Monochromatic Colors of #CACE89
Black with #CACE89
Text Example
Text Example
White with #CACE89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACE89; }
p { color: rgb(202,206,137); }
H1.HeaderClassName
{
color: #CACE89;
}
.AnyTagClassName
{
color: #CACE89;
}
</style>
background-color css
<style>
a { background-color: #CACE89; }
a { background-color: rgb(202,206,137); }
div.DivClassName
{
background-color: #CACE89;
}
.BgClassName
{
background-color: #CACE89;
}
</style>
border-color css
<style>
span { border-color: #CACE89; }
span { border-color: rgb(202,206,137); }
td.TdClassName
{
border-color: #CACE89;
}
.TagClassName
{
border-color: #CACE89;
}
</style>