Shades of Green Mist #C3C795
Tints of Green Mist #C3C795
RGB
CMYK
RGB Variations
Color information
#C3C795 (or 0xC3C795) is known color: Green Mist. HEX triplet: C3, C7 and 95. RGB value is (195,199,149). Sum of RGB (Red+Green+Blue) = 195+199+149=543 (71% of max value = 765). Red value is 195 (76.56% from 255 or 35.91% from 543); Green value is 199 (78.12% from 255 or 36.65% from 543); Blue value is 149 (58.59% from 255 or 27.44% from 543); Max value from RGB is 199 - color contains mainly: green. Hex color #C3C795 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3C795 is #3C386A. Grayscale: #C0C0C0. Windows color (decimal): -3946603 or 9816003. OLE color: 9816003.
HSL color Cylindrical-coordinate representation of color #C3C795: hue angle of 64.8º 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 #C3C795 is Cyan = 0.02, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 195 | 199 | 149 | - |
| CMYK | 0.02 | 0 | 0.25 | 0.22 |
| HSL | 64.8º | 0.31% | 0.68% | - |
| HSV(B) | 64.8º | 0.25% | 0.78% | - |
| XYZ | 48.35 | 54.62 | 36.43 | - |
| YUV | 192.1 | 103.67 | 130.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 199 | 149 | 0.02 | 0 | 0.25 | 0.22 | 64.8 | 0.31 | 0.68 |
| Hex | C3 | C7 | 95 | 2 | 0 | 19 | 16 | 41 | 1F | 44 |
| Octal | 303 | 307 | 225 | 2 | 0 | 31 | 26 | 101 | 37 | 104 |
| Binary | 11000011 | 11000111 | 10010101 | 10 | 0 | 11001 | 10110 | 1000001 | 11111 | 1000100 |
Color Harmonies of #C3C795
Complementary color
Monochromatic Colors of #C3C795
Black with #C3C795
Text Example
Text Example
White with #C3C795
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3C795; }
p { color: rgb(195,199,149); }
H1.HeaderClassName
{
color: #C3C795;
}
.AnyTagClassName
{
color: #C3C795;
}
</style>
background-color css
<style>
a { background-color: #C3C795; }
a { background-color: rgb(195,199,149); }
div.DivClassName
{
background-color: #C3C795;
}
.BgClassName
{
background-color: #C3C795;
}
</style>
border-color css
<style>
span { border-color: #C3C795; }
span { border-color: rgb(195,199,149); }
td.TdClassName
{
border-color: #C3C795;
}
.TagClassName
{
border-color: #C3C795;
}
</style>