Shades of Green Mist #C7C294
Tints of Green Mist #C7C294
RGB
CMYK
RGB Variations
Color information
#C7C294 (or 0xC7C294) is known color: Green Mist. HEX triplet: C7, C2 and 94. RGB value is (199,194,148). Sum of RGB (Red+Green+Blue) = 199+194+148=541 (71% of max value = 765). Red value is 199 (78.12% from 255 or 36.78% from 541); Green value is 194 (76.17% from 255 or 35.86% from 541); Blue value is 148 (58.20% from 255 or 27.36% from 541); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C294 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7C294 is #383D6B. Grayscale: #BEBEBE. Windows color (decimal): -3685740 or 9749191. OLE color: 9749191.
HSL color Cylindrical-coordinate representation of color #C7C294: hue angle of 54.12º degrees, saturation: 0.31, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C7C294 is Cyan = 0, Magento = 0.03, Yellow = 0.26 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 194 | 148 | - |
| CMYK | 0 | 0.03 | 0.26 | 0.22 |
| HSL | 54.12º | 0.31% | 0.68% | - |
| HSV(B) | 54.12º | 0.26% | 0.78% | - |
| XYZ | 48.19 | 52.86 | 35.68 | - |
| YUV | 190.25 | 104.16 | 134.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 194 | 148 | 0 | 0.03 | 0.26 | 0.22 | 54.12 | 0.31 | 0.68 |
| Hex | C7 | C2 | 94 | 0 | 3 | 1A | 16 | 36 | 1F | 44 |
| Octal | 307 | 302 | 224 | 0 | 3 | 32 | 26 | 66 | 37 | 104 |
| Binary | 11000111 | 11000010 | 10010100 | 0 | 11 | 11010 | 10110 | 110110 | 11111 | 1000100 |
Color Harmonies of #C7C294
Complementary color
Monochromatic Colors of #C7C294
Black with #C7C294
Text Example
Text Example
White with #C7C294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7C294; }
p { color: rgb(199,194,148); }
H1.HeaderClassName
{
color: #C7C294;
}
.AnyTagClassName
{
color: #C7C294;
}
</style>
background-color css
<style>
a { background-color: #C7C294; }
a { background-color: rgb(199,194,148); }
div.DivClassName
{
background-color: #C7C294;
}
.BgClassName
{
background-color: #C7C294;
}
</style>
border-color css
<style>
span { border-color: #C7C294; }
span { border-color: rgb(199,194,148); }
td.TdClassName
{
border-color: #C7C294;
}
.TagClassName
{
border-color: #C7C294;
}
</style>