Shades of Green Mist #C7CB97
Tints of Green Mist #C7CB97
RGB
CMYK
RGB Variations
Color information
#C7CB97 (or 0xC7CB97) is known color: Green Mist. HEX triplet: C7, CB and 97. RGB value is (199,203,151). Sum of RGB (Red+Green+Blue) = 199+203+151=553 (73% of max value = 765). Red value is 199 (78.12% from 255 or 35.99% from 553); Green value is 203 (79.69% from 255 or 36.71% from 553); Blue value is 151 (59.38% from 255 or 27.31% from 553); Max value from RGB is 203 - color contains mainly: green. Hex color #C7CB97 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7CB97 is #383468. Grayscale: #C4C4C4. Windows color (decimal): -3683433 or 9948103. OLE color: 9948103.
HSL color Cylindrical-coordinate representation of color #C7CB97: hue angle of 64.62º degrees, saturation: 0.33, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C7CB97 is Cyan = 0.02, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 199 | 203 | 151 | - |
| CMYK | 0.02 | 0 | 0.26 | 0.20 |
| HSL | 64.62º | 0.33% | 0.69% | - |
| HSV(B) | 64.62º | 0.26% | 0.8% | - |
| XYZ | 50.5 | 57.09 | 37.64 | - |
| YUV | 195.88 | 102.67 | 130.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 203 | 151 | 0.02 | 0 | 0.26 | 0.20 | 64.62 | 0.33 | 0.69 |
| Hex | C7 | CB | 97 | 2 | 0 | 1A | 14 | 41 | 21 | 45 |
| Octal | 307 | 313 | 227 | 2 | 0 | 32 | 24 | 101 | 41 | 105 |
| Binary | 11000111 | 11001011 | 10010111 | 10 | 0 | 11010 | 10100 | 1000001 | 100001 | 1000101 |
Color Harmonies of #C7CB97
Complementary color
Monochromatic Colors of #C7CB97
Black with #C7CB97
Text Example
Text Example
White with #C7CB97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7CB97; }
p { color: rgb(199,203,151); }
H1.HeaderClassName
{
color: #C7CB97;
}
.AnyTagClassName
{
color: #C7CB97;
}
</style>
background-color css
<style>
a { background-color: #C7CB97; }
a { background-color: rgb(199,203,151); }
div.DivClassName
{
background-color: #C7CB97;
}
.BgClassName
{
background-color: #C7CB97;
}
</style>
border-color css
<style>
span { border-color: #C7CB97; }
span { border-color: rgb(199,203,151); }
td.TdClassName
{
border-color: #C7CB97;
}
.TagClassName
{
border-color: #C7CB97;
}
</style>