Shades of Deco #C7D987
Tints of Deco #C7D987
RGB
CMYK
RGB Variations
Color information
#C7D987 (or 0xC7D987) is known color: Deco. HEX triplet: C7, D9 and 87. RGB value is (199,217,135). Sum of RGB (Red+Green+Blue) = 199+217+135=551 (72% of max value = 765). Red value is 199 (78.12% from 255 or 36.12% from 551); Green value is 217 (85.16% from 255 or 39.38% from 551); Blue value is 135 (53.12% from 255 or 24.50% from 551); Max value from RGB is 217 - color contains mainly: green. Hex color #C7D987 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7D987 is #382678. Grayscale: #CACACA. Windows color (decimal): -3679865 or 8903111. OLE color: 8903111.
HSL color Cylindrical-coordinate representation of color #C7D987: hue angle of 73.17º degrees, saturation: 0.52, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C7D987 is Cyan = 0.08, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 199 | 217 | 135 | - |
| CMYK | 0.08 | 0 | 0.38 | 0.15 |
| HSL | 73.17º | 0.52% | 0.69% | - |
| HSV(B) | 73.17º | 0.38% | 0.85% | - |
| XYZ | 52.74 | 63.52 | 32.4 | - |
| YUV | 202.27 | 90.04 | 125.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 217 | 135 | 0.08 | 0 | 0.38 | 0.15 | 73.17 | 0.52 | 0.69 |
| Hex | C7 | D9 | 87 | 8 | 0 | 26 | F | 49 | 34 | 45 |
| Octal | 307 | 331 | 207 | 10 | 0 | 46 | 17 | 111 | 64 | 105 |
| Binary | 11000111 | 11011001 | 10000111 | 1000 | 0 | 100110 | 1111 | 1001001 | 110100 | 1000101 |
Color Harmonies of #C7D987
Complementary color
Monochromatic Colors of #C7D987
Black with #C7D987
Text Example
Text Example
White with #C7D987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7D987; }
p { color: rgb(199,217,135); }
H1.HeaderClassName
{
color: #C7D987;
}
.AnyTagClassName
{
color: #C7D987;
}
</style>
background-color css
<style>
a { background-color: #C7D987; }
a { background-color: rgb(199,217,135); }
div.DivClassName
{
background-color: #C7D987;
}
.BgClassName
{
background-color: #C7D987;
}
</style>
border-color css
<style>
span { border-color: #C7D987; }
span { border-color: rgb(199,217,135); }
td.TdClassName
{
border-color: #C7D987;
}
.TagClassName
{
border-color: #C7D987;
}
</style>