Shades of Deco #C2CE79
Tints of Deco #C2CE79
RGB
CMYK
RGB Variations
Color information
#C2CE79 (or 0xC2CE79) is known color: Deco. HEX triplet: C2, CE and 79. RGB value is (194,206,121). Sum of RGB (Red+Green+Blue) = 194+206+121=521 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.24% from 521); Green value is 206 (80.86% from 255 or 39.54% from 521); Blue value is 121 (47.66% from 255 or 23.22% from 521); Max value from RGB is 206 - color contains mainly: green. Hex color #C2CE79 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2CE79 is #3D3186. Grayscale: #C1C1C1. Windows color (decimal): -4010375 or 7982786. OLE color: 7982786.
HSL color Cylindrical-coordinate representation of color #C2CE79: hue angle of 68.47º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C2CE79 is Cyan = 0.06, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 194 | 206 | 121 | - |
| CMYK | 0.06 | 0 | 0.41 | 0.19 |
| HSL | 68.47º | 0.46% | 0.64% | - |
| HSV(B) | 68.47º | 0.41% | 0.81% | - |
| XYZ | 47.77 | 56.99 | 26.57 | - |
| YUV | 192.72 | 87.52 | 128.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 206 | 121 | 0.06 | 0 | 0.41 | 0.19 | 68.47 | 0.46 | 0.64 |
| Hex | C2 | CE | 79 | 6 | 0 | 29 | 13 | 44 | 2E | 40 |
| Octal | 302 | 316 | 171 | 6 | 0 | 51 | 23 | 104 | 56 | 100 |
| Binary | 11000010 | 11001110 | 1111001 | 110 | 0 | 101001 | 10011 | 1000100 | 101110 | 1000000 |
Color Harmonies of #C2CE79
Complementary color
Monochromatic Colors of #C2CE79
Black with #C2CE79
Text Example
Text Example
White with #C2CE79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2CE79; }
p { color: rgb(194,206,121); }
H1.HeaderClassName
{
color: #C2CE79;
}
.AnyTagClassName
{
color: #C2CE79;
}
</style>
background-color css
<style>
a { background-color: #C2CE79; }
a { background-color: rgb(194,206,121); }
div.DivClassName
{
background-color: #C2CE79;
}
.BgClassName
{
background-color: #C2CE79;
}
</style>
border-color css
<style>
span { border-color: #C2CE79; }
span { border-color: rgb(194,206,121); }
td.TdClassName
{
border-color: #C2CE79;
}
.TagClassName
{
border-color: #C2CE79;
}
</style>