Shades of Green Mist #C7C692
Tints of Green Mist #C7C692
RGB
CMYK
RGB Variations
Color information
#C7C692 (or 0xC7C692) is known color: Green Mist. HEX triplet: C7, C6 and 92. RGB value is (199,198,146). Sum of RGB (Red+Green+Blue) = 199+198+146=543 (71% of max value = 765). Red value is 199 (78.12% from 255 or 36.65% from 543); Green value is 198 (77.73% from 255 or 36.46% from 543); Blue value is 146 (57.42% from 255 or 26.89% from 543); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C692 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7C692 is #38396D. Grayscale: #C0C0C0. Windows color (decimal): -3684718 or 9619143. OLE color: 9619143.
HSL color Cylindrical-coordinate representation of color #C7C692: hue angle of 58.87º degrees, saturation: 0.32, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C7C692 is Cyan = 0, Magento = 0.01, Yellow = 0.27 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 198 | 146 | - |
| CMYK | 0 | 0.01 | 0.27 | 0.22 |
| HSL | 58.87º | 0.32% | 0.68% | - |
| HSV(B) | 58.87º | 0.27% | 0.78% | - |
| XYZ | 48.94 | 54.61 | 35.15 | - |
| YUV | 192.37 | 101.83 | 132.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 198 | 146 | 0 | 0.01 | 0.27 | 0.22 | 58.87 | 0.32 | 0.68 |
| Hex | C7 | C6 | 92 | 0 | 1 | 1B | 16 | 3B | 20 | 44 |
| Octal | 307 | 306 | 222 | 0 | 1 | 33 | 26 | 73 | 40 | 104 |
| Binary | 11000111 | 11000110 | 10010010 | 0 | 1 | 11011 | 10110 | 111011 | 100000 | 1000100 |
Color Harmonies of #C7C692
Complementary color
Monochromatic Colors of #C7C692
Black with #C7C692
Text Example
Text Example
White with #C7C692
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7C692; }
p { color: rgb(199,198,146); }
H1.HeaderClassName
{
color: #C7C692;
}
.AnyTagClassName
{
color: #C7C692;
}
</style>
background-color css
<style>
a { background-color: #C7C692; }
a { background-color: rgb(199,198,146); }
div.DivClassName
{
background-color: #C7C692;
}
.BgClassName
{
background-color: #C7C692;
}
</style>
border-color css
<style>
span { border-color: #C7C692; }
span { border-color: rgb(199,198,146); }
td.TdClassName
{
border-color: #C7C692;
}
.TagClassName
{
border-color: #C7C692;
}
</style>