Shades of Deco #CACE91
Tints of Deco #CACE91
RGB
CMYK
RGB Variations
Color information
#CACE91 (or 0xCACE91) is known color: Deco. HEX triplet: CA, CE and 91. RGB value is (202,206,145). Sum of RGB (Red+Green+Blue) = 202+206+145=553 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.53% from 553); Green value is 206 (80.86% from 255 or 37.25% from 553); Blue value is 145 (57.03% from 255 or 26.22% from 553); Max value from RGB is 206 - color contains mainly: green. Hex color #CACE91 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CACE91 is #35316E. Grayscale: #C6C6C6. Windows color (decimal): -3486063 or 9555658. OLE color: 9555658.
HSL color Cylindrical-coordinate representation of color #CACE91: hue angle of 63.93º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CACE91 is Cyan = 0.02, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 202 | 206 | 145 | - |
| CMYK | 0.02 | 0 | 0.30 | 0.19 |
| HSL | 63.93º | 0.38% | 0.69% | - |
| HSV(B) | 63.93º | 0.3% | 0.81% | - |
| XYZ | 51.54 | 58.74 | 35.41 | - |
| YUV | 197.85 | 98.17 | 130.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 206 | 145 | 0.02 | 0 | 0.30 | 0.19 | 63.93 | 0.38 | 0.69 |
| Hex | CA | CE | 91 | 2 | 0 | 1E | 13 | 40 | 26 | 45 |
| Octal | 312 | 316 | 221 | 2 | 0 | 36 | 23 | 100 | 46 | 105 |
| Binary | 11001010 | 11001110 | 10010001 | 10 | 0 | 11110 | 10011 | 1000000 | 100110 | 1000101 |
Color Harmonies of #CACE91
Complementary color
Monochromatic Colors of #CACE91
Black with #CACE91
Text Example
Text Example
White with #CACE91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACE91; }
p { color: rgb(202,206,145); }
H1.HeaderClassName
{
color: #CACE91;
}
.AnyTagClassName
{
color: #CACE91;
}
</style>
background-color css
<style>
a { background-color: #CACE91; }
a { background-color: rgb(202,206,145); }
div.DivClassName
{
background-color: #CACE91;
}
.BgClassName
{
background-color: #CACE91;
}
</style>
border-color css
<style>
span { border-color: #CACE91; }
span { border-color: rgb(202,206,145); }
td.TdClassName
{
border-color: #CACE91;
}
.TagClassName
{
border-color: #CACE91;
}
</style>