Shades of Green Mist #C7CEA2
Tints of Green Mist #C7CEA2
RGB
CMYK
RGB Variations
Color information
#C7CEA2 (or 0xC7CEA2) is known color: Green Mist. HEX triplet: C7, CE and A2. RGB value is (199,206,162). Sum of RGB (Red+Green+Blue) = 199+206+162=567 (75% of max value = 765). Red value is 199 (78.12% from 255 or 35.10% from 567); Green value is 206 (80.86% from 255 or 36.33% from 567); Blue value is 162 (63.67% from 255 or 28.57% from 567); Max value from RGB is 206 - color contains mainly: green. Hex color #C7CEA2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7CEA2 is #38315D. Grayscale: #C7C7C7. Windows color (decimal): -3682654 or 10669767. OLE color: 10669767.
HSL color Cylindrical-coordinate representation of color #C7CEA2: hue angle of 69.55º degrees, saturation: 0.31, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C7CEA2 is Cyan = 0.03, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 199 | 206 | 162 | - |
| CMYK | 0.03 | 0 | 0.21 | 0.19 |
| HSL | 69.55º | 0.31% | 0.72% | - |
| HSV(B) | 69.55º | 0.21% | 0.81% | - |
| XYZ | 52.15 | 58.89 | 42.8 | - |
| YUV | 198.89 | 107.18 | 128.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 206 | 162 | 0.03 | 0 | 0.21 | 0.19 | 69.55 | 0.31 | 0.72 |
| Hex | C7 | CE | A2 | 3 | 0 | 15 | 13 | 46 | 1F | 48 |
| Octal | 307 | 316 | 242 | 3 | 0 | 25 | 23 | 106 | 37 | 110 |
| Binary | 11000111 | 11001110 | 10100010 | 11 | 0 | 10101 | 10011 | 1000110 | 11111 | 1001000 |
Color Harmonies of #C7CEA2
Complementary color
Monochromatic Colors of #C7CEA2
Black with #C7CEA2
Text Example
Text Example
White with #C7CEA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7CEA2; }
p { color: rgb(199,206,162); }
H1.HeaderClassName
{
color: #C7CEA2;
}
.AnyTagClassName
{
color: #C7CEA2;
}
</style>
background-color css
<style>
a { background-color: #C7CEA2; }
a { background-color: rgb(199,206,162); }
div.DivClassName
{
background-color: #C7CEA2;
}
.BgClassName
{
background-color: #C7CEA2;
}
</style>
border-color css
<style>
span { border-color: #C7CEA2; }
span { border-color: rgb(199,206,162); }
td.TdClassName
{
border-color: #C7CEA2;
}
.TagClassName
{
border-color: #C7CEA2;
}
</style>