Shades of Deco #C8D880
Tints of Deco #C8D880
RGB
CMYK
RGB Variations
Color information
#C8D880 (or 0xC8D880) is known color: Deco. HEX triplet: C8, D8 and 80. RGB value is (200,216,128). Sum of RGB (Red+Green+Blue) = 200+216+128=544 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.76% from 544); Green value is 216 (84.77% from 255 or 39.71% from 544); Blue value is 128 (50.39% from 255 or 23.53% from 544); Max value from RGB is 216 - color contains mainly: green. Hex color #C8D880 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8D880 is #37277F. Grayscale: #C9C9C9. Windows color (decimal): -3614592 or 8444104. OLE color: 8444104.
HSL color Cylindrical-coordinate representation of color #C8D880: hue angle of 70.91º 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 #C8D880 is Cyan = 0.07, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 200 | 216 | 128 | - |
| CMYK | 0.07 | 0 | 0.41 | 0.15 |
| HSL | 70.91º | 0.53% | 0.67% | - |
| HSV(B) | 70.91º | 0.41% | 0.85% | - |
| XYZ | 52.27 | 62.95 | 29.82 | - |
| YUV | 201.18 | 86.7 | 127.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 216 | 128 | 0.07 | 0 | 0.41 | 0.15 | 70.91 | 0.53 | 0.67 |
| Hex | C8 | D8 | 80 | 7 | 0 | 29 | F | 47 | 35 | 43 |
| Octal | 310 | 330 | 200 | 7 | 0 | 51 | 17 | 107 | 65 | 103 |
| Binary | 11001000 | 11011000 | 10000000 | 111 | 0 | 101001 | 1111 | 1000111 | 110101 | 1000011 |
Color Harmonies of #C8D880
Complementary color
Monochromatic Colors of #C8D880
Black with #C8D880
Text Example
Text Example
White with #C8D880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8D880; }
p { color: rgb(200,216,128); }
H1.HeaderClassName
{
color: #C8D880;
}
.AnyTagClassName
{
color: #C8D880;
}
</style>
background-color css
<style>
a { background-color: #C8D880; }
a { background-color: rgb(200,216,128); }
div.DivClassName
{
background-color: #C8D880;
}
.BgClassName
{
background-color: #C8D880;
}
</style>
border-color css
<style>
span { border-color: #C8D880; }
span { border-color: rgb(200,216,128); }
td.TdClassName
{
border-color: #C8D880;
}
.TagClassName
{
border-color: #C8D880;
}
</style>