Shades of Green Mist #C3C295
Tints of Green Mist #C3C295
RGB
CMYK
RGB Variations
Color information
#C3C295 (or 0xC3C295) is known color: Green Mist. HEX triplet: C3, C2 and 95. RGB value is (195,194,149). Sum of RGB (Red+Green+Blue) = 195+194+149=538 (71% of max value = 765). Red value is 195 (76.56% from 255 or 36.25% from 538); Green value is 194 (76.17% from 255 or 36.06% from 538); Blue value is 149 (58.59% from 255 or 27.70% from 538); Max value from RGB is 195 - color contains mainly: red. Hex color #C3C295 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3C295 is #3C3D6A. Grayscale: #BDBDBD. Windows color (decimal): -3947883 or 9814723. OLE color: 9814723.
HSL color Cylindrical-coordinate representation of color #C3C295: hue angle of 58.7º degrees, saturation: 0.28, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C3C295 is Cyan = 0, Magento = 0.01, Yellow = 0.24 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 194 | 149 | - |
| CMYK | 0 | 0.01 | 0.24 | 0.24 |
| HSL | 58.7º | 0.28% | 0.67% | - |
| HSV(B) | 58.7º | 0.24% | 0.76% | - |
| XYZ | 47.22 | 52.36 | 36.05 | - |
| YUV | 189.17 | 105.33 | 132.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 194 | 149 | 0 | 0.01 | 0.24 | 0.24 | 58.7 | 0.28 | 0.67 |
| Hex | C3 | C2 | 95 | 0 | 1 | 18 | 18 | 3B | 1C | 43 |
| Octal | 303 | 302 | 225 | 0 | 1 | 30 | 30 | 73 | 34 | 103 |
| Binary | 11000011 | 11000010 | 10010101 | 0 | 1 | 11000 | 11000 | 111011 | 11100 | 1000011 |
Color Harmonies of #C3C295
Complementary color
Monochromatic Colors of #C3C295
Black with #C3C295
Text Example
Text Example
White with #C3C295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3C295; }
p { color: rgb(195,194,149); }
H1.HeaderClassName
{
color: #C3C295;
}
.AnyTagClassName
{
color: #C3C295;
}
</style>
background-color css
<style>
a { background-color: #C3C295; }
a { background-color: rgb(195,194,149); }
div.DivClassName
{
background-color: #C3C295;
}
.BgClassName
{
background-color: #C3C295;
}
</style>
border-color css
<style>
span { border-color: #C3C295; }
span { border-color: rgb(195,194,149); }
td.TdClassName
{
border-color: #C3C295;
}
.TagClassName
{
border-color: #C3C295;
}
</style>