Shades of Green Mist #C7CCA2
Tints of Green Mist #C7CCA2
RGB
CMYK
RGB Variations
Color information
#C7CCA2 (or 0xC7CCA2) is known color: Green Mist. HEX triplet: C7, CC and A2. RGB value is (199,204,162). Sum of RGB (Red+Green+Blue) = 199+204+162=565 (74% of max value = 765). Red value is 199 (78.12% from 255 or 35.22% from 565); Green value is 204 (80.08% from 255 or 36.11% from 565); Blue value is 162 (63.67% from 255 or 28.67% from 565); Max value from RGB is 204 - color contains mainly: green. Hex color #C7CCA2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7CCA2 is #38335D. Grayscale: #C5C5C5. Windows color (decimal): -3683166 or 10669255. OLE color: 10669255.
HSL color Cylindrical-coordinate representation of color #C7CCA2: hue angle of 67.14º degrees, saturation: 0.29, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C7CCA2 is Cyan = 0.02, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 199 | 204 | 162 | - |
| CMYK | 0.02 | 0 | 0.21 | 0.2 |
| HSL | 67.14º | 0.29% | 0.72% | - |
| HSV(B) | 67.14º | 0.21% | 0.8% | - |
| XYZ | 51.67 | 57.94 | 42.64 | - |
| YUV | 197.72 | 107.84 | 128.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 204 | 162 | 0.02 | 0 | 0.21 | 0.2 | 67.14 | 0.29 | 0.72 |
| Hex | C7 | CC | A2 | 2 | 0 | 15 | 14 | 43 | 1D | 48 |
| Octal | 307 | 314 | 242 | 2 | 0 | 25 | 24 | 103 | 35 | 110 |
| Binary | 11000111 | 11001100 | 10100010 | 10 | 0 | 10101 | 10100 | 1000011 | 11101 | 1001000 |
Color Harmonies of #C7CCA2
Complementary color
Monochromatic Colors of #C7CCA2
Black with #C7CCA2
Text Example
Text Example
White with #C7CCA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7CCA2; }
p { color: rgb(199,204,162); }
H1.HeaderClassName
{
color: #C7CCA2;
}
.AnyTagClassName
{
color: #C7CCA2;
}
</style>
background-color css
<style>
a { background-color: #C7CCA2; }
a { background-color: rgb(199,204,162); }
div.DivClassName
{
background-color: #C7CCA2;
}
.BgClassName
{
background-color: #C7CCA2;
}
</style>
border-color css
<style>
span { border-color: #C7CCA2; }
span { border-color: rgb(199,204,162); }
td.TdClassName
{
border-color: #C7CCA2;
}
.TagClassName
{
border-color: #C7CCA2;
}
</style>