Shades of Deco #CACE8C
Tints of Deco #CACE8C
RGB
CMYK
RGB Variations
Color information
#CACE8C (or 0xCACE8C) is known color: Deco. HEX triplet: CA, CE and 8C. RGB value is (202,206,140). Sum of RGB (Red+Green+Blue) = 202+206+140=548 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.86% from 548); Green value is 206 (80.86% from 255 or 37.59% from 548); Blue value is 140 (55.08% from 255 or 25.55% from 548); Max value from RGB is 206 - color contains mainly: green. Hex color #CACE8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CACE8C is #353173. Grayscale: #C5C5C5. Windows color (decimal): -3486068 or 9227978. OLE color: 9227978.
HSL color Cylindrical-coordinate representation of color #CACE8C: hue angle of 63.64º 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 #CACE8C is Cyan = 0.02, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 202 | 206 | 140 | - |
| CMYK | 0.02 | 0 | 0.32 | 0.19 |
| HSL | 63.64º | 0.4% | 0.68% | - |
| HSV(B) | 63.64º | 0.32% | 0.81% | - |
| XYZ | 51.16 | 58.59 | 33.42 | - |
| YUV | 197.28 | 95.67 | 131.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 206 | 140 | 0.02 | 0 | 0.32 | 0.19 | 63.64 | 0.4 | 0.68 |
| Hex | CA | CE | 8C | 2 | 0 | 20 | 13 | 40 | 28 | 44 |
| Octal | 312 | 316 | 214 | 2 | 0 | 40 | 23 | 100 | 50 | 104 |
| Binary | 11001010 | 11001110 | 10001100 | 10 | 0 | 100000 | 10011 | 1000000 | 101000 | 1000100 |
Color Harmonies of #CACE8C
Complementary color
Monochromatic Colors of #CACE8C
Black with #CACE8C
Text Example
Text Example
White with #CACE8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACE8C; }
p { color: rgb(202,206,140); }
H1.HeaderClassName
{
color: #CACE8C;
}
.AnyTagClassName
{
color: #CACE8C;
}
</style>
background-color css
<style>
a { background-color: #CACE8C; }
a { background-color: rgb(202,206,140); }
div.DivClassName
{
background-color: #CACE8C;
}
.BgClassName
{
background-color: #CACE8C;
}
</style>
border-color css
<style>
span { border-color: #CACE8C; }
span { border-color: rgb(202,206,140); }
td.TdClassName
{
border-color: #CACE8C;
}
.TagClassName
{
border-color: #CACE8C;
}
</style>