Shades of Green Mist #C3C093
Tints of Green Mist #C3C093
RGB
CMYK
RGB Variations
Color information
#C3C093 (or 0xC3C093) is known color: Green Mist. HEX triplet: C3, C0 and 93. RGB value is (195,192,147). Sum of RGB (Red+Green+Blue) = 195+192+147=534 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.52% from 534); Green value is 192 (75.39% from 255 or 35.96% from 534); Blue value is 147 (57.81% from 255 or 27.53% from 534); Max value from RGB is 195 - color contains mainly: red. Hex color #C3C093 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3C093 is #3C3F6C. Grayscale: #BBBBBB. Windows color (decimal): -3948397 or 9683139. OLE color: 9683139.
HSL color Cylindrical-coordinate representation of color #C3C093: hue angle of 56.25º degrees, saturation: 0.29, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C3C093 is Cyan = 0, Magento = 0.02, Yellow = 0.25 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 192 | 147 | - |
| CMYK | 0 | 0.02 | 0.25 | 0.24 |
| HSL | 56.25º | 0.29% | 0.67% | - |
| HSV(B) | 56.25º | 0.25% | 0.76% | - |
| XYZ | 46.62 | 51.41 | 35.07 | - |
| YUV | 187.77 | 104.99 | 133.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 192 | 147 | 0 | 0.02 | 0.25 | 0.24 | 56.25 | 0.29 | 0.67 |
| Hex | C3 | C0 | 93 | 0 | 2 | 19 | 18 | 38 | 1D | 43 |
| Octal | 303 | 300 | 223 | 0 | 2 | 31 | 30 | 70 | 35 | 103 |
| Binary | 11000011 | 11000000 | 10010011 | 0 | 10 | 11001 | 11000 | 111000 | 11101 | 1000011 |
Color Harmonies of #C3C093
Complementary color
Monochromatic Colors of #C3C093
Black with #C3C093
Text Example
Text Example
White with #C3C093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3C093; }
p { color: rgb(195,192,147); }
H1.HeaderClassName
{
color: #C3C093;
}
.AnyTagClassName
{
color: #C3C093;
}
</style>
background-color css
<style>
a { background-color: #C3C093; }
a { background-color: rgb(195,192,147); }
div.DivClassName
{
background-color: #C3C093;
}
.BgClassName
{
background-color: #C3C093;
}
</style>
border-color css
<style>
span { border-color: #C3C093; }
span { border-color: rgb(195,192,147); }
td.TdClassName
{
border-color: #C3C093;
}
.TagClassName
{
border-color: #C3C093;
}
</style>