Shades of Deco #CACE76
Tints of Deco #CACE76
RGB
CMYK
RGB Variations
Color information
#CACE76 (or 0xCACE76) is known color: Deco. HEX triplet: CA, CE and 76. RGB value is (202,206,118). Sum of RGB (Red+Green+Blue) = 202+206+118=526 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.40% from 526); Green value is 206 (80.86% from 255 or 39.16% from 526); Blue value is 118 (46.48% from 255 or 22.43% from 526); Max value from RGB is 206 - color contains mainly: green. Hex color #CACE76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CACE76 is #353189. Grayscale: #C3C3C3. Windows color (decimal): -3486090 or 7786186. OLE color: 7786186.
HSL color Cylindrical-coordinate representation of color #CACE76: hue angle of 62.73º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CACE76 is Cyan = 0.02, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 202 | 206 | 118 | - |
| CMYK | 0.02 | 0 | 0.43 | 0.19 |
| HSL | 62.73º | 0.47% | 0.64% | - |
| HSV(B) | 62.73º | 0.43% | 0.81% | - |
| XYZ | 49.7 | 58.01 | 25.72 | - |
| YUV | 194.77 | 84.67 | 133.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 206 | 118 | 0.02 | 0 | 0.43 | 0.19 | 62.73 | 0.47 | 0.64 |
| Hex | CA | CE | 76 | 2 | 0 | 2B | 13 | 3F | 2F | 40 |
| Octal | 312 | 316 | 166 | 2 | 0 | 53 | 23 | 77 | 57 | 100 |
| Binary | 11001010 | 11001110 | 1110110 | 10 | 0 | 101011 | 10011 | 111111 | 101111 | 1000000 |
Color Harmonies of #CACE76
Complementary color
Monochromatic Colors of #CACE76
Black with #CACE76
Text Example
Text Example
White with #CACE76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACE76; }
p { color: rgb(202,206,118); }
H1.HeaderClassName
{
color: #CACE76;
}
.AnyTagClassName
{
color: #CACE76;
}
</style>
background-color css
<style>
a { background-color: #CACE76; }
a { background-color: rgb(202,206,118); }
div.DivClassName
{
background-color: #CACE76;
}
.BgClassName
{
background-color: #CACE76;
}
</style>
border-color css
<style>
span { border-color: #CACE76; }
span { border-color: rgb(202,206,118); }
td.TdClassName
{
border-color: #CACE76;
}
.TagClassName
{
border-color: #CACE76;
}
</style>