Shades of Green Mist #C7CA9E
Tints of Green Mist #C7CA9E
RGB
CMYK
RGB Variations
Color information
#C7CA9E (or 0xC7CA9E) is known color: Green Mist. HEX triplet: C7, CA and 9E. RGB value is (199,202,158). Sum of RGB (Red+Green+Blue) = 199+202+158=559 (74% of max value = 765). Red value is 199 (78.12% from 255 or 35.60% from 559); Green value is 202 (79.30% from 255 or 36.14% from 559); Blue value is 158 (62.11% from 255 or 28.26% from 559); Max value from RGB is 202 - color contains mainly: green. Hex color #C7CA9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7CA9E is #383561. Grayscale: #C4C4C4. Windows color (decimal): -3683682 or 10406599. OLE color: 10406599.
HSL color Cylindrical-coordinate representation of color #C7CA9E: hue angle of 64.09º degrees, saturation: 0.29, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C7CA9E is Cyan = 0.01, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 199 | 202 | 158 | - |
| CMYK | 0.01 | 0 | 0.22 | 0.21 |
| HSL | 64.09º | 0.29% | 0.71% | - |
| HSV(B) | 64.09º | 0.22% | 0.79% | - |
| XYZ | 50.85 | 56.85 | 40.64 | - |
| YUV | 196.09 | 106.51 | 130.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 202 | 158 | 0.01 | 0 | 0.22 | 0.21 | 64.09 | 0.29 | 0.71 |
| Hex | C7 | CA | 9E | 1 | 0 | 16 | 15 | 40 | 1D | 47 |
| Octal | 307 | 312 | 236 | 1 | 0 | 26 | 25 | 100 | 35 | 107 |
| Binary | 11000111 | 11001010 | 10011110 | 1 | 0 | 10110 | 10101 | 1000000 | 11101 | 1000111 |
Color Harmonies of #C7CA9E
Complementary color
Monochromatic Colors of #C7CA9E
Black with #C7CA9E
Text Example
Text Example
White with #C7CA9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7CA9E; }
p { color: rgb(199,202,158); }
H1.HeaderClassName
{
color: #C7CA9E;
}
.AnyTagClassName
{
color: #C7CA9E;
}
</style>
background-color css
<style>
a { background-color: #C7CA9E; }
a { background-color: rgb(199,202,158); }
div.DivClassName
{
background-color: #C7CA9E;
}
.BgClassName
{
background-color: #C7CA9E;
}
</style>
border-color css
<style>
span { border-color: #C7CA9E; }
span { border-color: rgb(199,202,158); }
td.TdClassName
{
border-color: #C7CA9E;
}
.TagClassName
{
border-color: #C7CA9E;
}
</style>