Shades of Green Mist #C8C596
Tints of Green Mist #C8C596
RGB
CMYK
RGB Variations
Color information
#C8C596 (or 0xC8C596) is known color: Green Mist. HEX triplet: C8, C5 and 96. RGB value is (200,197,150). Sum of RGB (Red+Green+Blue) = 200+197+150=547 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.56% from 547); Green value is 197 (77.34% from 255 or 36.01% from 547); Blue value is 150 (58.98% from 255 or 27.42% from 547); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C596 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8C596 is #373A69. Grayscale: #C0C0C0. Windows color (decimal): -3619434 or 9881032. OLE color: 9881032.
HSL color Cylindrical-coordinate representation of color #C8C596: hue angle of 56.4º 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 #C8C596 is Cyan = 0, Magento = 0.02, Yellow = 0.25 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 197 | 150 | - |
| CMYK | 0 | 0.02 | 0.25 | 0.22 |
| HSL | 56.4º | 0.31% | 0.69% | - |
| HSV(B) | 56.4º | 0.25% | 0.78% | - |
| XYZ | 49.29 | 54.41 | 36.76 | - |
| YUV | 192.54 | 103.99 | 133.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 197 | 150 | 0 | 0.02 | 0.25 | 0.22 | 56.4 | 0.31 | 0.69 |
| Hex | C8 | C5 | 96 | 0 | 2 | 19 | 16 | 38 | 1F | 45 |
| Octal | 310 | 305 | 226 | 0 | 2 | 31 | 26 | 70 | 37 | 105 |
| Binary | 11001000 | 11000101 | 10010110 | 0 | 10 | 11001 | 10110 | 111000 | 11111 | 1000101 |
Color Harmonies of #C8C596
Complementary color
Monochromatic Colors of #C8C596
Black with #C8C596
Text Example
Text Example
White with #C8C596
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C596; }
p { color: rgb(200,197,150); }
H1.HeaderClassName
{
color: #C8C596;
}
.AnyTagClassName
{
color: #C8C596;
}
</style>
background-color css
<style>
a { background-color: #C8C596; }
a { background-color: rgb(200,197,150); }
div.DivClassName
{
background-color: #C8C596;
}
.BgClassName
{
background-color: #C8C596;
}
</style>
border-color css
<style>
span { border-color: #C8C596; }
span { border-color: rgb(200,197,150); }
td.TdClassName
{
border-color: #C8C596;
}
.TagClassName
{
border-color: #C8C596;
}
</style>