Shades of Deco #C7D87B
Tints of Deco #C7D87B
RGB
CMYK
RGB Variations
Color information
#C7D87B (or 0xC7D87B) is known color: Deco. HEX triplet: C7, D8 and 7B. RGB value is (199,216,123). Sum of RGB (Red+Green+Blue) = 199+216+123=538 (71% of max value = 765). Red value is 199 (78.12% from 255 or 36.99% from 538); Green value is 216 (84.77% from 255 or 40.15% from 538); Blue value is 123 (48.44% from 255 or 22.86% from 538); Max value from RGB is 216 - color contains mainly: green. Hex color #C7D87B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7D87B is #382784. Grayscale: #C8C8C8. Windows color (decimal): -3680133 or 8116423. OLE color: 8116423.
HSL color Cylindrical-coordinate representation of color #C7D87B: hue angle of 70.97º degrees, saturation: 0.54, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C7D87B is Cyan = 0.08, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 199 | 216 | 123 | - |
| CMYK | 0.08 | 0 | 0.43 | 0.15 |
| HSL | 70.97º | 0.54% | 0.66% | - |
| HSV(B) | 70.97º | 0.43% | 0.85% | - |
| XYZ | 51.68 | 62.68 | 28.11 | - |
| YUV | 200.32 | 84.37 | 127.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 216 | 123 | 0.08 | 0 | 0.43 | 0.15 | 70.97 | 0.54 | 0.66 |
| Hex | C7 | D8 | 7B | 8 | 0 | 2B | F | 47 | 36 | 42 |
| Octal | 307 | 330 | 173 | 10 | 0 | 53 | 17 | 107 | 66 | 102 |
| Binary | 11000111 | 11011000 | 1111011 | 1000 | 0 | 101011 | 1111 | 1000111 | 110110 | 1000010 |
Color Harmonies of #C7D87B
Complementary color
Monochromatic Colors of #C7D87B
Black with #C7D87B
Text Example
Text Example
White with #C7D87B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7D87B; }
p { color: rgb(199,216,123); }
H1.HeaderClassName
{
color: #C7D87B;
}
.AnyTagClassName
{
color: #C7D87B;
}
</style>
background-color css
<style>
a { background-color: #C7D87B; }
a { background-color: rgb(199,216,123); }
div.DivClassName
{
background-color: #C7D87B;
}
.BgClassName
{
background-color: #C7D87B;
}
</style>
border-color css
<style>
span { border-color: #C7D87B; }
span { border-color: rgb(199,216,123); }
td.TdClassName
{
border-color: #C7D87B;
}
.TagClassName
{
border-color: #C7D87B;
}
</style>