Shades of Deco #C7D880
Tints of Deco #C7D880
RGB
CMYK
RGB Variations
Color information
#C7D880 (or 0xC7D880) is known color: Deco. HEX triplet: C7, D8 and 80. RGB value is (199,216,128). Sum of RGB (Red+Green+Blue) = 199+216+128=543 (71% of max value = 765). Red value is 199 (78.12% from 255 or 36.65% from 543); Green value is 216 (84.77% from 255 or 39.78% from 543); Blue value is 128 (50.39% from 255 or 23.57% from 543); Max value from RGB is 216 - color contains mainly: green. Hex color #C7D880 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7D880 is #38277F. Grayscale: #C9C9C9. Windows color (decimal): -3680128 or 8444103. OLE color: 8444103.
HSL color Cylindrical-coordinate representation of color #C7D880: hue angle of 71.59º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C7D880 is Cyan = 0.08, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 199 | 216 | 128 | - |
| CMYK | 0.08 | 0 | 0.41 | 0.15 |
| HSL | 71.59º | 0.53% | 0.67% | - |
| HSV(B) | 71.59º | 0.41% | 0.85% | - |
| XYZ | 52.01 | 62.81 | 29.81 | - |
| YUV | 200.89 | 86.87 | 126.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 216 | 128 | 0.08 | 0 | 0.41 | 0.15 | 71.59 | 0.53 | 0.67 |
| Hex | C7 | D8 | 80 | 8 | 0 | 29 | F | 48 | 35 | 43 |
| Octal | 307 | 330 | 200 | 10 | 0 | 51 | 17 | 110 | 65 | 103 |
| Binary | 11000111 | 11011000 | 10000000 | 1000 | 0 | 101001 | 1111 | 1001000 | 110101 | 1000011 |
Color Harmonies of #C7D880
Complementary color
Monochromatic Colors of #C7D880
Black with #C7D880
Text Example
Text Example
White with #C7D880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7D880; }
p { color: rgb(199,216,128); }
H1.HeaderClassName
{
color: #C7D880;
}
.AnyTagClassName
{
color: #C7D880;
}
</style>
background-color css
<style>
a { background-color: #C7D880; }
a { background-color: rgb(199,216,128); }
div.DivClassName
{
background-color: #C7D880;
}
.BgClassName
{
background-color: #C7D880;
}
</style>
border-color css
<style>
span { border-color: #C7D880; }
span { border-color: rgb(199,216,128); }
td.TdClassName
{
border-color: #C7D880;
}
.TagClassName
{
border-color: #C7D880;
}
</style>