Shades of Green Mist #C7C49B
Tints of Green Mist #C7C49B
RGB
CMYK
RGB Variations
Color information
#C7C49B (or 0xC7C49B) is known color: Green Mist. HEX triplet: C7, C4 and 9B. RGB value is (199,196,155). Sum of RGB (Red+Green+Blue) = 199+196+155=550 (72% of max value = 765). Red value is 199 (78.12% from 255 or 36.18% from 550); Green value is 196 (76.95% from 255 or 35.64% from 550); Blue value is 155 (60.94% from 255 or 28.18% from 550); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C49B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7C49B is #383B64. Grayscale: #C0C0C0. Windows color (decimal): -3685221 or 10208455. OLE color: 10208455.
HSL color Cylindrical-coordinate representation of color #C7C49B: hue angle of 55.91º degrees, saturation: 0.28, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C7C49B is Cyan = 0, Magento = 0.02, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 196 | 155 | - |
| CMYK | 0 | 0.02 | 0.22 | 0.22 |
| HSL | 55.91º | 0.28% | 0.69% | - |
| HSV(B) | 55.91º | 0.22% | 0.78% | - |
| XYZ | 49.21 | 53.99 | 38.84 | - |
| YUV | 192.22 | 106.99 | 132.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 196 | 155 | 0 | 0.02 | 0.22 | 0.22 | 55.91 | 0.28 | 0.69 |
| Hex | C7 | C4 | 9B | 0 | 2 | 16 | 16 | 38 | 1C | 45 |
| Octal | 307 | 304 | 233 | 0 | 2 | 26 | 26 | 70 | 34 | 105 |
| Binary | 11000111 | 11000100 | 10011011 | 0 | 10 | 10110 | 10110 | 111000 | 11100 | 1000101 |
Color Harmonies of #C7C49B
Complementary color
Monochromatic Colors of #C7C49B
Black with #C7C49B
Text Example
Text Example
White with #C7C49B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7C49B; }
p { color: rgb(199,196,155); }
H1.HeaderClassName
{
color: #C7C49B;
}
.AnyTagClassName
{
color: #C7C49B;
}
</style>
background-color css
<style>
a { background-color: #C7C49B; }
a { background-color: rgb(199,196,155); }
div.DivClassName
{
background-color: #C7C49B;
}
.BgClassName
{
background-color: #C7C49B;
}
</style>
border-color css
<style>
span { border-color: #C7C49B; }
span { border-color: rgb(199,196,155); }
td.TdClassName
{
border-color: #C7C49B;
}
.TagClassName
{
border-color: #C7C49B;
}
</style>