Shades of Green Mist #C7C49F
Tints of Green Mist #C7C49F
RGB
CMYK
RGB Variations
Color information
#C7C49F (or 0xC7C49F) is known color: Green Mist. HEX triplet: C7, C4 and 9F. RGB value is (199,196,159). Sum of RGB (Red+Green+Blue) = 199+196+159=554 (73% of max value = 765). Red value is 199 (78.12% from 255 or 35.92% from 554); Green value is 196 (76.95% from 255 or 35.38% from 554); Blue value is 159 (62.5% from 255 or 28.70% from 554); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C49F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7C49F is #383B60. Grayscale: #C0C0C0. Windows color (decimal): -3685217 or 10470599. OLE color: 10470599.
HSL color Cylindrical-coordinate representation of color #C7C49F: hue angle of 55.5º degrees, saturation: 0.26, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C7C49F is Cyan = 0, Magento = 0.02, Yellow = 0.20 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 196 | 159 | - |
| CMYK | 0 | 0.02 | 0.20 | 0.22 |
| HSL | 55.5º | 0.26% | 0.7% | - |
| HSV(B) | 55.5º | 0.2% | 0.78% | - |
| XYZ | 49.55 | 54.13 | 40.64 | - |
| YUV | 192.68 | 108.99 | 132.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 196 | 159 | 0 | 0.02 | 0.20 | 0.22 | 55.5 | 0.26 | 0.7 |
| Hex | C7 | C4 | 9F | 0 | 2 | 14 | 16 | 38 | 1A | 46 |
| Octal | 307 | 304 | 237 | 0 | 2 | 24 | 26 | 70 | 32 | 106 |
| Binary | 11000111 | 11000100 | 10011111 | 0 | 10 | 10100 | 10110 | 111000 | 11010 | 1000110 |
Color Harmonies of #C7C49F
Complementary color
Monochromatic Colors of #C7C49F
Black with #C7C49F
Text Example
Text Example
White with #C7C49F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7C49F; }
p { color: rgb(199,196,159); }
H1.HeaderClassName
{
color: #C7C49F;
}
.AnyTagClassName
{
color: #C7C49F;
}
</style>
background-color css
<style>
a { background-color: #C7C49F; }
a { background-color: rgb(199,196,159); }
div.DivClassName
{
background-color: #C7C49F;
}
.BgClassName
{
background-color: #C7C49F;
}
</style>
border-color css
<style>
span { border-color: #C7C49F; }
span { border-color: rgb(199,196,159); }
td.TdClassName
{
border-color: #C7C49F;
}
.TagClassName
{
border-color: #C7C49F;
}
</style>