Shades of Deco #C7D87C
Tints of Deco #C7D87C
RGB
CMYK
RGB Variations
Color information
#C7D87C (or 0xC7D87C) is known color: Deco. HEX triplet: C7, D8 and 7C. RGB value is (199,216,124). Sum of RGB (Red+Green+Blue) = 199+216+124=539 (71% of max value = 765). Red value is 199 (78.12% from 255 or 36.92% from 539); Green value is 216 (84.77% from 255 or 40.07% from 539); Blue value is 124 (48.83% from 255 or 23.01% from 539); Max value from RGB is 216 - color contains mainly: green. Hex color #C7D87C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7D87C is #382783. Grayscale: #C8C8C8. Windows color (decimal): -3680132 or 8181959. OLE color: 8181959.
HSL color Cylindrical-coordinate representation of color #C7D87C: hue angle of 71.09º 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 #C7D87C is Cyan = 0.08, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 199 | 216 | 124 | - |
| CMYK | 0.08 | 0 | 0.43 | 0.15 |
| HSL | 71.09º | 0.54% | 0.67% | - |
| HSV(B) | 71.09º | 0.43% | 0.85% | - |
| XYZ | 51.75 | 62.71 | 28.45 | - |
| YUV | 200.43 | 84.87 | 126.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 216 | 124 | 0.08 | 0 | 0.43 | 0.15 | 71.09 | 0.54 | 0.67 |
| Hex | C7 | D8 | 7C | 8 | 0 | 2B | F | 47 | 36 | 43 |
| Octal | 307 | 330 | 174 | 10 | 0 | 53 | 17 | 107 | 66 | 103 |
| Binary | 11000111 | 11011000 | 1111100 | 1000 | 0 | 101011 | 1111 | 1000111 | 110110 | 1000011 |
Color Harmonies of #C7D87C
Complementary color
Monochromatic Colors of #C7D87C
Black with #C7D87C
Text Example
Text Example
White with #C7D87C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7D87C; }
p { color: rgb(199,216,124); }
H1.HeaderClassName
{
color: #C7D87C;
}
.AnyTagClassName
{
color: #C7D87C;
}
</style>
background-color css
<style>
a { background-color: #C7D87C; }
a { background-color: rgb(199,216,124); }
div.DivClassName
{
background-color: #C7D87C;
}
.BgClassName
{
background-color: #C7D87C;
}
</style>
border-color css
<style>
span { border-color: #C7D87C; }
span { border-color: rgb(199,216,124); }
td.TdClassName
{
border-color: #C7D87C;
}
.TagClassName
{
border-color: #C7D87C;
}
</style>