Shades of Deco #CACE71
Tints of Deco #CACE71
RGB
CMYK
RGB Variations
Color information
#CACE71 (or 0xCACE71) is known color: Deco. HEX triplet: CA, CE and 71. RGB value is (202,206,113). Sum of RGB (Red+Green+Blue) = 202+206+113=521 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.77% from 521); Green value is 206 (80.86% from 255 or 39.54% from 521); Blue value is 113 (44.53% from 255 or 21.69% from 521); Max value from RGB is 206 - color contains mainly: green. Hex color #CACE71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CACE71 is #35318E. Grayscale: #C2C2C2. Windows color (decimal): -3486095 or 7458506. OLE color: 7458506.
HSL color Cylindrical-coordinate representation of color #CACE71: hue angle of 62.58º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CACE71 is Cyan = 0.02, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 202 | 206 | 113 | - |
| CMYK | 0.02 | 0 | 0.45 | 0.19 |
| HSL | 62.58º | 0.49% | 0.63% | - |
| HSV(B) | 62.58º | 0.45% | 0.81% | - |
| XYZ | 49.41 | 57.89 | 24.19 | - |
| YUV | 194.2 | 82.17 | 133.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 206 | 113 | 0.02 | 0 | 0.45 | 0.19 | 62.58 | 0.49 | 0.63 |
| Hex | CA | CE | 71 | 2 | 0 | 2D | 13 | 3F | 31 | 3F |
| Octal | 312 | 316 | 161 | 2 | 0 | 55 | 23 | 77 | 61 | 77 |
| Binary | 11001010 | 11001110 | 1110001 | 10 | 0 | 101101 | 10011 | 111111 | 110001 | 111111 |
Color Harmonies of #CACE71
Complementary color
Monochromatic Colors of #CACE71
Black with #CACE71
Text Example
Text Example
White with #CACE71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACE71; }
p { color: rgb(202,206,113); }
H1.HeaderClassName
{
color: #CACE71;
}
.AnyTagClassName
{
color: #CACE71;
}
</style>
background-color css
<style>
a { background-color: #CACE71; }
a { background-color: rgb(202,206,113); }
div.DivClassName
{
background-color: #CACE71;
}
.BgClassName
{
background-color: #CACE71;
}
</style>
border-color css
<style>
span { border-color: #CACE71; }
span { border-color: rgb(202,206,113); }
td.TdClassName
{
border-color: #CACE71;
}
.TagClassName
{
border-color: #CACE71;
}
</style>