Shades of Green Mist #C8C296
Tints of Green Mist #C8C296
RGB
CMYK
RGB Variations
Color information
#C8C296 (or 0xC8C296) is known color: Green Mist. HEX triplet: C8, C2 and 96. RGB value is (200,194,150). Sum of RGB (Red+Green+Blue) = 200+194+150=544 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.76% from 544); Green value is 194 (76.17% from 255 or 35.66% from 544); Blue value is 150 (58.98% from 255 or 27.57% from 544); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C296 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8C296 is #373D69. Grayscale: #BEBEBE. Windows color (decimal): -3620202 or 9880264. OLE color: 9880264.
HSL color Cylindrical-coordinate representation of color #C8C296: hue angle of 52.8º degrees, saturation: 0.31, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C8C296 is Cyan = 0, Magento = 0.03, Yellow = 0.25 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 194 | 150 | - |
| CMYK | 0 | 0.03 | 0.25 | 0.22 |
| HSL | 52.8º | 0.31% | 0.69% | - |
| HSV(B) | 52.8º | 0.25% | 0.78% | - |
| XYZ | 48.62 | 53.06 | 36.53 | - |
| YUV | 190.78 | 104.99 | 134.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 194 | 150 | 0 | 0.03 | 0.25 | 0.22 | 52.8 | 0.31 | 0.69 |
| Hex | C8 | C2 | 96 | 0 | 3 | 19 | 16 | 35 | 1F | 45 |
| Octal | 310 | 302 | 226 | 0 | 3 | 31 | 26 | 65 | 37 | 105 |
| Binary | 11001000 | 11000010 | 10010110 | 0 | 11 | 11001 | 10110 | 110101 | 11111 | 1000101 |
Color Harmonies of #C8C296
Complementary color
Monochromatic Colors of #C8C296
Black with #C8C296
Text Example
Text Example
White with #C8C296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C296; }
p { color: rgb(200,194,150); }
H1.HeaderClassName
{
color: #C8C296;
}
.AnyTagClassName
{
color: #C8C296;
}
</style>
background-color css
<style>
a { background-color: #C8C296; }
a { background-color: rgb(200,194,150); }
div.DivClassName
{
background-color: #C8C296;
}
.BgClassName
{
background-color: #C8C296;
}
</style>
border-color css
<style>
span { border-color: #C8C296; }
span { border-color: rgb(200,194,150); }
td.TdClassName
{
border-color: #C8C296;
}
.TagClassName
{
border-color: #C8C296;
}
</style>