Shades of Deco #C7D88E
Tints of Deco #C7D88E
RGB
CMYK
RGB Variations
Color information
#C7D88E (or 0xC7D88E) is known color: Deco. HEX triplet: C7, D8 and 8E. RGB value is (199,216,142). Sum of RGB (Red+Green+Blue) = 199+216+142=557 (73% of max value = 765). Red value is 199 (78.12% from 255 or 35.73% from 557); Green value is 216 (84.77% from 255 or 38.78% from 557); Blue value is 142 (55.86% from 255 or 25.49% from 557); Max value from RGB is 216 - color contains mainly: green. Hex color #C7D88E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7D88E is #382771. Grayscale: #CACACA. Windows color (decimal): -3680114 or 9361607. OLE color: 9361607.
HSL color Cylindrical-coordinate representation of color #C7D88E: hue angle of 73.78º degrees, saturation: 0.49, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C7D88E is Cyan = 0.08, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 199 | 216 | 142 | - |
| CMYK | 0.08 | 0 | 0.34 | 0.15 |
| HSL | 73.78º | 0.49% | 0.7% | - |
| HSV(B) | 73.78º | 0.34% | 0.85% | - |
| XYZ | 52.99 | 63.21 | 35 | - |
| YUV | 202.48 | 93.87 | 125.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 216 | 142 | 0.08 | 0 | 0.34 | 0.15 | 73.78 | 0.49 | 0.7 |
| Hex | C7 | D8 | 8E | 8 | 0 | 22 | F | 4A | 31 | 46 |
| Octal | 307 | 330 | 216 | 10 | 0 | 42 | 17 | 112 | 61 | 106 |
| Binary | 11000111 | 11011000 | 10001110 | 1000 | 0 | 100010 | 1111 | 1001010 | 110001 | 1000110 |
Color Harmonies of #C7D88E
Complementary color
Monochromatic Colors of #C7D88E
Black with #C7D88E
Text Example
Text Example
White with #C7D88E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7D88E; }
p { color: rgb(199,216,142); }
H1.HeaderClassName
{
color: #C7D88E;
}
.AnyTagClassName
{
color: #C7D88E;
}
</style>
background-color css
<style>
a { background-color: #C7D88E; }
a { background-color: rgb(199,216,142); }
div.DivClassName
{
background-color: #C7D88E;
}
.BgClassName
{
background-color: #C7D88E;
}
</style>
border-color css
<style>
span { border-color: #C7D88E; }
span { border-color: rgb(199,216,142); }
td.TdClassName
{
border-color: #C7D88E;
}
.TagClassName
{
border-color: #C7D88E;
}
</style>