Shades of Green Mist #C3C190
Tints of Green Mist #C3C190
RGB
CMYK
RGB Variations
Color information
#C3C190 (or 0xC3C190) is known color: Green Mist. HEX triplet: C3, C1 and 90. RGB value is (195,193,144). Sum of RGB (Red+Green+Blue) = 195+193+144=532 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.65% from 532); Green value is 193 (75.78% from 255 or 36.28% from 532); Blue value is 144 (56.64% from 255 or 27.07% from 532); Max value from RGB is 195 - color contains mainly: red. Hex color #C3C190 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3C190 is #3C3E6F. Grayscale: #BCBCBC. Windows color (decimal): -3948144 or 9486787. OLE color: 9486787.
HSL color Cylindrical-coordinate representation of color #C3C190: hue angle of 57.65º degrees, saturation: 0.3, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C3C190 is Cyan = 0, Magento = 0.01, Yellow = 0.26 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 193 | 144 | - |
| CMYK | 0 | 0.01 | 0.26 | 0.24 |
| HSL | 57.65º | 0.3% | 0.66% | - |
| HSV(B) | 57.65º | 0.26% | 0.76% | - |
| XYZ | 46.61 | 51.76 | 33.92 | - |
| YUV | 188.01 | 103.16 | 132.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 193 | 144 | 0 | 0.01 | 0.26 | 0.24 | 57.65 | 0.3 | 0.66 |
| Hex | C3 | C1 | 90 | 0 | 1 | 1A | 18 | 3A | 1E | 42 |
| Octal | 303 | 301 | 220 | 0 | 1 | 32 | 30 | 72 | 36 | 102 |
| Binary | 11000011 | 11000001 | 10010000 | 0 | 1 | 11010 | 11000 | 111010 | 11110 | 1000010 |
Color Harmonies of #C3C190
Complementary color
Monochromatic Colors of #C3C190
Black with #C3C190
Text Example
Text Example
White with #C3C190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3C190; }
p { color: rgb(195,193,144); }
H1.HeaderClassName
{
color: #C3C190;
}
.AnyTagClassName
{
color: #C3C190;
}
</style>
background-color css
<style>
a { background-color: #C3C190; }
a { background-color: rgb(195,193,144); }
div.DivClassName
{
background-color: #C3C190;
}
.BgClassName
{
background-color: #C3C190;
}
</style>
border-color css
<style>
span { border-color: #C3C190; }
span { border-color: rgb(195,193,144); }
td.TdClassName
{
border-color: #C3C190;
}
.TagClassName
{
border-color: #C3C190;
}
</style>