Shades of Deco #C7D08E
Tints of Deco #C7D08E
RGB
CMYK
RGB Variations
Color information
#C7D08E (or 0xC7D08E) is known color: Deco. HEX triplet: C7, D0 and 8E. RGB value is (199,208,142). Sum of RGB (Red+Green+Blue) = 199+208+142=549 (72% of max value = 765). Red value is 199 (78.12% from 255 or 36.25% from 549); Green value is 208 (81.64% from 255 or 37.89% from 549); Blue value is 142 (55.86% from 255 or 25.87% from 549); Max value from RGB is 208 - color contains mainly: green. Hex color #C7D08E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7D08E is #382F71. Grayscale: #C6C6C6. Windows color (decimal): -3682162 or 9359559. OLE color: 9359559.
HSL color Cylindrical-coordinate representation of color #C7D08E: hue angle of 68.18º degrees, saturation: 0.41, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C7D08E is Cyan = 0.04, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 199 | 208 | 142 | - |
| CMYK | 0.04 | 0 | 0.32 | 0.18 |
| HSL | 68.18º | 0.41% | 0.69% | - |
| HSV(B) | 68.18º | 0.32% | 0.82% | - |
| XYZ | 50.99 | 59.21 | 34.33 | - |
| YUV | 197.79 | 96.52 | 128.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 208 | 142 | 0.04 | 0 | 0.32 | 0.18 | 68.18 | 0.41 | 0.69 |
| Hex | C7 | D0 | 8E | 4 | 0 | 20 | 12 | 44 | 29 | 45 |
| Octal | 307 | 320 | 216 | 4 | 0 | 40 | 22 | 104 | 51 | 105 |
| Binary | 11000111 | 11010000 | 10001110 | 100 | 0 | 100000 | 10010 | 1000100 | 101001 | 1000101 |
Color Harmonies of #C7D08E
Complementary color
Monochromatic Colors of #C7D08E
Black with #C7D08E
Text Example
Text Example
White with #C7D08E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7D08E; }
p { color: rgb(199,208,142); }
H1.HeaderClassName
{
color: #C7D08E;
}
.AnyTagClassName
{
color: #C7D08E;
}
</style>
background-color css
<style>
a { background-color: #C7D08E; }
a { background-color: rgb(199,208,142); }
div.DivClassName
{
background-color: #C7D08E;
}
.BgClassName
{
background-color: #C7D08E;
}
</style>
border-color css
<style>
span { border-color: #C7D08E; }
span { border-color: rgb(199,208,142); }
td.TdClassName
{
border-color: #C7D08E;
}
.TagClassName
{
border-color: #C7D08E;
}
</style>