Shades of Deco #CACE8D
Tints of Deco #CACE8D
RGB
CMYK
RGB Variations
Color information
#CACE8D (or 0xCACE8D) is known color: Deco. HEX triplet: CA, CE and 8D. RGB value is (202,206,141). Sum of RGB (Red+Green+Blue) = 202+206+141=549 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.79% from 549); Green value is 206 (80.86% from 255 or 37.52% from 549); Blue value is 141 (55.47% from 255 or 25.68% from 549); Max value from RGB is 206 - color contains mainly: green. Hex color #CACE8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CACE8D is #353172. Grayscale: #C5C5C5. Windows color (decimal): -3486067 or 9293514. OLE color: 9293514.
HSL color Cylindrical-coordinate representation of color #CACE8D: hue angle of 63.69º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CACE8D is Cyan = 0.02, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 202 | 206 | 141 | - |
| CMYK | 0.02 | 0 | 0.32 | 0.19 |
| HSL | 63.69º | 0.4% | 0.68% | - |
| HSV(B) | 63.69º | 0.32% | 0.81% | - |
| XYZ | 51.24 | 58.62 | 33.81 | - |
| YUV | 197.39 | 96.17 | 131.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 206 | 141 | 0.02 | 0 | 0.32 | 0.19 | 63.69 | 0.4 | 0.68 |
| Hex | CA | CE | 8D | 2 | 0 | 20 | 13 | 40 | 28 | 44 |
| Octal | 312 | 316 | 215 | 2 | 0 | 40 | 23 | 100 | 50 | 104 |
| Binary | 11001010 | 11001110 | 10001101 | 10 | 0 | 100000 | 10011 | 1000000 | 101000 | 1000100 |
Color Harmonies of #CACE8D
Complementary color
Monochromatic Colors of #CACE8D
Black with #CACE8D
Text Example
Text Example
White with #CACE8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACE8D; }
p { color: rgb(202,206,141); }
H1.HeaderClassName
{
color: #CACE8D;
}
.AnyTagClassName
{
color: #CACE8D;
}
</style>
background-color css
<style>
a { background-color: #CACE8D; }
a { background-color: rgb(202,206,141); }
div.DivClassName
{
background-color: #CACE8D;
}
.BgClassName
{
background-color: #CACE8D;
}
</style>
border-color css
<style>
span { border-color: #CACE8D; }
span { border-color: rgb(202,206,141); }
td.TdClassName
{
border-color: #CACE8D;
}
.TagClassName
{
border-color: #CACE8D;
}
</style>