Shades of Green Mist #C7C395
Tints of Green Mist #C7C395
RGB
CMYK
RGB Variations
Color information
#C7C395 (or 0xC7C395) is known color: Green Mist. HEX triplet: C7, C3 and 95. RGB value is (199,195,149). Sum of RGB (Red+Green+Blue) = 199+195+149=543 (71% of max value = 765). Red value is 199 (78.12% from 255 or 36.65% from 543); Green value is 195 (76.56% from 255 or 35.91% from 543); Blue value is 149 (58.59% from 255 or 27.44% from 543); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C395 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7C395 is #383C6A. Grayscale: #BFBFBF. Windows color (decimal): -3685483 or 9814983. OLE color: 9814983.
HSL color Cylindrical-coordinate representation of color #C7C395: hue angle of 55.2º degrees, saturation: 0.31, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C7C395 is Cyan = 0, Magento = 0.02, Yellow = 0.25 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 195 | 149 | - |
| CMYK | 0 | 0.02 | 0.25 | 0.22 |
| HSL | 55.2º | 0.31% | 0.68% | - |
| HSV(B) | 55.2º | 0.25% | 0.78% | - |
| XYZ | 48.49 | 53.34 | 36.17 | - |
| YUV | 190.95 | 104.33 | 133.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 195 | 149 | 0 | 0.02 | 0.25 | 0.22 | 55.2 | 0.31 | 0.68 |
| Hex | C7 | C3 | 95 | 0 | 2 | 19 | 16 | 37 | 1F | 44 |
| Octal | 307 | 303 | 225 | 0 | 2 | 31 | 26 | 67 | 37 | 104 |
| Binary | 11000111 | 11000011 | 10010101 | 0 | 10 | 11001 | 10110 | 110111 | 11111 | 1000100 |
Color Harmonies of #C7C395
Complementary color
Monochromatic Colors of #C7C395
Black with #C7C395
Text Example
Text Example
White with #C7C395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7C395; }
p { color: rgb(199,195,149); }
H1.HeaderClassName
{
color: #C7C395;
}
.AnyTagClassName
{
color: #C7C395;
}
</style>
background-color css
<style>
a { background-color: #C7C395; }
a { background-color: rgb(199,195,149); }
div.DivClassName
{
background-color: #C7C395;
}
.BgClassName
{
background-color: #C7C395;
}
</style>
border-color css
<style>
span { border-color: #C7C395; }
span { border-color: rgb(199,195,149); }
td.TdClassName
{
border-color: #C7C395;
}
.TagClassName
{
border-color: #C7C395;
}
</style>