Shades of Deco #C2D077
Tints of Deco #C2D077
RGB
CMYK
RGB Variations
Color information
#C2D077 (or 0xC2D077) is known color: Deco. HEX triplet: C2, D0 and 77. RGB value is (194,208,119). Sum of RGB (Red+Green+Blue) = 194+208+119=521 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.24% from 521); Green value is 208 (81.64% from 255 or 39.92% from 521); Blue value is 119 (46.88% from 255 or 22.84% from 521); Max value from RGB is 208 - color contains mainly: green. Hex color #C2D077 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2D077 is #3D2F88. Grayscale: #C2C2C2. Windows color (decimal): -4009865 or 7852226. OLE color: 7852226.
HSL color Cylindrical-coordinate representation of color #C2D077: hue angle of 69.44º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C2D077 is Cyan = 0.07, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 194 | 208 | 119 | - |
| CMYK | 0.07 | 0 | 0.43 | 0.18 |
| HSL | 69.44º | 0.49% | 0.64% | - |
| HSV(B) | 69.44º | 0.43% | 0.82% | - |
| XYZ | 48.13 | 57.91 | 26.09 | - |
| YUV | 193.67 | 85.86 | 128.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 208 | 119 | 0.07 | 0 | 0.43 | 0.18 | 69.44 | 0.49 | 0.64 |
| Hex | C2 | D0 | 77 | 7 | 0 | 2B | 12 | 45 | 31 | 40 |
| Octal | 302 | 320 | 167 | 7 | 0 | 53 | 22 | 105 | 61 | 100 |
| Binary | 11000010 | 11010000 | 1110111 | 111 | 0 | 101011 | 10010 | 1000101 | 110001 | 1000000 |
Color Harmonies of #C2D077
Complementary color
Monochromatic Colors of #C2D077
Black with #C2D077
Text Example
Text Example
White with #C2D077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2D077; }
p { color: rgb(194,208,119); }
H1.HeaderClassName
{
color: #C2D077;
}
.AnyTagClassName
{
color: #C2D077;
}
</style>
background-color css
<style>
a { background-color: #C2D077; }
a { background-color: rgb(194,208,119); }
div.DivClassName
{
background-color: #C2D077;
}
.BgClassName
{
background-color: #C2D077;
}
</style>
border-color css
<style>
span { border-color: #C2D077; }
span { border-color: rgb(194,208,119); }
td.TdClassName
{
border-color: #C2D077;
}
.TagClassName
{
border-color: #C2D077;
}
</style>