Shades of Green Mist #C7C197
Tints of Green Mist #C7C197
RGB
CMYK
RGB Variations
Color information
#C7C197 (or 0xC7C197) is known color: Green Mist. HEX triplet: C7, C1 and 97. RGB value is (199,193,151). Sum of RGB (Red+Green+Blue) = 199+193+151=543 (71% of max value = 765). Red value is 199 (78.12% from 255 or 36.65% from 543); Green value is 193 (75.78% from 255 or 35.54% from 543); Blue value is 151 (59.38% from 255 or 27.81% from 543); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C197 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7C197 is #383E68. Grayscale: #BEBEBE. Windows color (decimal): -3685993 or 9945543. OLE color: 9945543.
HSL color Cylindrical-coordinate representation of color #C7C197: hue angle of 52.5º degrees, saturation: 0.3, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C7C197 is Cyan = 0, Magento = 0.03, Yellow = 0.24 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 193 | 151 | - |
| CMYK | 0 | 0.03 | 0.24 | 0.22 |
| HSL | 52.5º | 0.3% | 0.69% | - |
| HSV(B) | 52.5º | 0.24% | 0.78% | - |
| XYZ | 48.21 | 52.52 | 36.87 | - |
| YUV | 190.01 | 105.99 | 134.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 193 | 151 | 0 | 0.03 | 0.24 | 0.22 | 52.5 | 0.3 | 0.69 |
| Hex | C7 | C1 | 97 | 0 | 3 | 18 | 16 | 34 | 1E | 45 |
| Octal | 307 | 301 | 227 | 0 | 3 | 30 | 26 | 64 | 36 | 105 |
| Binary | 11000111 | 11000001 | 10010111 | 0 | 11 | 11000 | 10110 | 110100 | 11110 | 1000101 |
Color Harmonies of #C7C197
Complementary color
Monochromatic Colors of #C7C197
Black with #C7C197
Text Example
Text Example
White with #C7C197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7C197; }
p { color: rgb(199,193,151); }
H1.HeaderClassName
{
color: #C7C197;
}
.AnyTagClassName
{
color: #C7C197;
}
</style>
background-color css
<style>
a { background-color: #C7C197; }
a { background-color: rgb(199,193,151); }
div.DivClassName
{
background-color: #C7C197;
}
.BgClassName
{
background-color: #C7C197;
}
</style>
border-color css
<style>
span { border-color: #C7C197; }
span { border-color: rgb(199,193,151); }
td.TdClassName
{
border-color: #C7C197;
}
.TagClassName
{
border-color: #C7C197;
}
</style>