Shades of Deco #C8D87C
Tints of Deco #C8D87C
RGB
CMYK
RGB Variations
Color information
#C8D87C (or 0xC8D87C) is known color: Deco. HEX triplet: C8, D8 and 7C. RGB value is (200,216,124). Sum of RGB (Red+Green+Blue) = 200+216+124=540 (71% of max value = 765). Red value is 200 (78.52% from 255 or 37.04% from 540); Green value is 216 (84.77% from 255 or 40% from 540); Blue value is 124 (48.83% from 255 or 22.96% from 540); Max value from RGB is 216 - color contains mainly: green. Hex color #C8D87C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8D87C is #372783. Grayscale: #C9C9C9. Windows color (decimal): -3614596 or 8181960. OLE color: 8181960.
HSL color Cylindrical-coordinate representation of color #C8D87C: hue angle of 70.43º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C8D87C is Cyan = 0.07, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 200 | 216 | 124 | - |
| CMYK | 0.07 | 0 | 0.43 | 0.15 |
| HSL | 70.43º | 0.54% | 0.67% | - |
| HSV(B) | 70.43º | 0.43% | 0.85% | - |
| XYZ | 52.01 | 62.85 | 28.46 | - |
| YUV | 200.73 | 84.7 | 127.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 216 | 124 | 0.07 | 0 | 0.43 | 0.15 | 70.43 | 0.54 | 0.67 |
| Hex | C8 | D8 | 7C | 7 | 0 | 2B | F | 46 | 36 | 43 |
| Octal | 310 | 330 | 174 | 7 | 0 | 53 | 17 | 106 | 66 | 103 |
| Binary | 11001000 | 11011000 | 1111100 | 111 | 0 | 101011 | 1111 | 1000110 | 110110 | 1000011 |
Color Harmonies of #C8D87C
Complementary color
Monochromatic Colors of #C8D87C
Black with #C8D87C
Text Example
Text Example
White with #C8D87C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8D87C; }
p { color: rgb(200,216,124); }
H1.HeaderClassName
{
color: #C8D87C;
}
.AnyTagClassName
{
color: #C8D87C;
}
</style>
background-color css
<style>
a { background-color: #C8D87C; }
a { background-color: rgb(200,216,124); }
div.DivClassName
{
background-color: #C8D87C;
}
.BgClassName
{
background-color: #C8D87C;
}
</style>
border-color css
<style>
span { border-color: #C8D87C; }
span { border-color: rgb(200,216,124); }
td.TdClassName
{
border-color: #C8D87C;
}
.TagClassName
{
border-color: #C8D87C;
}
</style>