Shades of Deco #C8D87E
Tints of Deco #C8D87E
RGB
CMYK
RGB Variations
Color information
#C8D87E (or 0xC8D87E) is known color: Deco. HEX triplet: C8, D8 and 7E. RGB value is (200,216,126). Sum of RGB (Red+Green+Blue) = 200+216+126=542 (71% of max value = 765). Red value is 200 (78.52% from 255 or 36.90% from 542); Green value is 216 (84.77% from 255 or 39.85% from 542); Blue value is 126 (49.61% from 255 or 23.25% from 542); Max value from RGB is 216 - color contains mainly: green. Hex color #C8D87E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8D87E is #372781. Grayscale: #C9C9C9. Windows color (decimal): -3614594 or 8313032. OLE color: 8313032.
HSL color Cylindrical-coordinate representation of color #C8D87E: hue angle of 70.67º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C8D87E is Cyan = 0.07, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 200 | 216 | 126 | - |
| CMYK | 0.07 | 0 | 0.42 | 0.15 |
| HSL | 70.67º | 0.54% | 0.67% | - |
| HSV(B) | 70.67º | 0.42% | 0.85% | - |
| XYZ | 52.14 | 62.9 | 29.13 | - |
| YUV | 200.96 | 85.7 | 127.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 216 | 126 | 0.07 | 0 | 0.42 | 0.15 | 70.67 | 0.54 | 0.67 |
| Hex | C8 | D8 | 7E | 7 | 0 | 2A | F | 47 | 36 | 43 |
| Octal | 310 | 330 | 176 | 7 | 0 | 52 | 17 | 107 | 66 | 103 |
| Binary | 11001000 | 11011000 | 1111110 | 111 | 0 | 101010 | 1111 | 1000111 | 110110 | 1000011 |
Color Harmonies of #C8D87E
Complementary color
Monochromatic Colors of #C8D87E
Black with #C8D87E
Text Example
Text Example
White with #C8D87E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8D87E; }
p { color: rgb(200,216,126); }
H1.HeaderClassName
{
color: #C8D87E;
}
.AnyTagClassName
{
color: #C8D87E;
}
</style>
background-color css
<style>
a { background-color: #C8D87E; }
a { background-color: rgb(200,216,126); }
div.DivClassName
{
background-color: #C8D87E;
}
.BgClassName
{
background-color: #C8D87E;
}
</style>
border-color css
<style>
span { border-color: #C8D87E; }
span { border-color: rgb(200,216,126); }
td.TdClassName
{
border-color: #C8D87E;
}
.TagClassName
{
border-color: #C8D87E;
}
</style>