Shades of Green Mist #C8C496
Tints of Green Mist #C8C496
RGB
CMYK
RGB Variations
Color information
#C8C496 (or 0xC8C496) is known color: Green Mist. HEX triplet: C8, C4 and 96. RGB value is (200,196,150). Sum of RGB (Red+Green+Blue) = 200+196+150=546 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.63% from 546); Green value is 196 (76.95% from 255 or 35.90% from 546); Blue value is 150 (58.98% from 255 or 27.47% from 546); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C496 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8C496 is #373B69. Grayscale: #C0C0C0. Windows color (decimal): -3619690 or 9880776. OLE color: 9880776.
HSL color Cylindrical-coordinate representation of color #C8C496: hue angle of 55.2º 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 #C8C496 is Cyan = 0, Magento = 0.02, Yellow = 0.25 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 196 | 150 | - |
| CMYK | 0 | 0.02 | 0.25 | 0.22 |
| HSL | 55.2º | 0.31% | 0.69% | - |
| HSV(B) | 55.2º | 0.25% | 0.78% | - |
| XYZ | 49.06 | 53.96 | 36.68 | - |
| YUV | 191.95 | 104.33 | 133.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 196 | 150 | 0 | 0.02 | 0.25 | 0.22 | 55.2 | 0.31 | 0.69 |
| Hex | C8 | C4 | 96 | 0 | 2 | 19 | 16 | 37 | 1F | 45 |
| Octal | 310 | 304 | 226 | 0 | 2 | 31 | 26 | 67 | 37 | 105 |
| Binary | 11001000 | 11000100 | 10010110 | 0 | 10 | 11001 | 10110 | 110111 | 11111 | 1000101 |
Color Harmonies of #C8C496
Complementary color
Monochromatic Colors of #C8C496
Black with #C8C496
Text Example
Text Example
White with #C8C496
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C496; }
p { color: rgb(200,196,150); }
H1.HeaderClassName
{
color: #C8C496;
}
.AnyTagClassName
{
color: #C8C496;
}
</style>
background-color css
<style>
a { background-color: #C8C496; }
a { background-color: rgb(200,196,150); }
div.DivClassName
{
background-color: #C8C496;
}
.BgClassName
{
background-color: #C8C496;
}
</style>
border-color css
<style>
span { border-color: #C8C496; }
span { border-color: rgb(200,196,150); }
td.TdClassName
{
border-color: #C8C496;
}
.TagClassName
{
border-color: #C8C496;
}
</style>