Shades of Deco #C2D07C
Tints of Deco #C2D07C
RGB
CMYK
RGB Variations
Color information
#C2D07C (or 0xC2D07C) is known color: Deco. HEX triplet: C2, D0 and 7C. RGB value is (194,208,124). Sum of RGB (Red+Green+Blue) = 194+208+124=526 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.88% from 526); Green value is 208 (81.64% from 255 or 39.54% from 526); Blue value is 124 (48.83% from 255 or 23.57% from 526); Max value from RGB is 208 - color contains mainly: green. Hex color #C2D07C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2D07C is #3D2F83. Grayscale: #C2C2C2. Windows color (decimal): -4009860 or 8179906. OLE color: 8179906.
HSL color Cylindrical-coordinate representation of color #C2D07C: hue angle of 70º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C2D07C is Cyan = 0.07, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 194 | 208 | 124 | - |
| CMYK | 0.07 | 0 | 0.40 | 0.18 |
| HSL | 70º | 0.47% | 0.65% | - |
| HSV(B) | 70º | 0.4% | 0.82% | - |
| XYZ | 48.44 | 58.04 | 27.72 | - |
| YUV | 194.24 | 88.36 | 127.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 208 | 124 | 0.07 | 0 | 0.40 | 0.18 | 70 | 0.47 | 0.65 |
| Hex | C2 | D0 | 7C | 7 | 0 | 28 | 12 | 46 | 2F | 41 |
| Octal | 302 | 320 | 174 | 7 | 0 | 50 | 22 | 106 | 57 | 101 |
| Binary | 11000010 | 11010000 | 1111100 | 111 | 0 | 101000 | 10010 | 1000110 | 101111 | 1000001 |
Color Harmonies of #C2D07C
Complementary color
Monochromatic Colors of #C2D07C
Black with #C2D07C
Text Example
Text Example
White with #C2D07C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2D07C; }
p { color: rgb(194,208,124); }
H1.HeaderClassName
{
color: #C2D07C;
}
.AnyTagClassName
{
color: #C2D07C;
}
</style>
background-color css
<style>
a { background-color: #C2D07C; }
a { background-color: rgb(194,208,124); }
div.DivClassName
{
background-color: #C2D07C;
}
.BgClassName
{
background-color: #C2D07C;
}
</style>
border-color css
<style>
span { border-color: #C2D07C; }
span { border-color: rgb(194,208,124); }
td.TdClassName
{
border-color: #C2D07C;
}
.TagClassName
{
border-color: #C2D07C;
}
</style>