Shades of Green Mist #C8CBA1
Tints of Green Mist #C8CBA1
RGB
CMYK
RGB Variations
Color information
#C8CBA1 (or 0xC8CBA1) is known color: Green Mist. HEX triplet: C8, CB and A1. RGB value is (200,203,161). Sum of RGB (Red+Green+Blue) = 200+203+161=564 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.46% from 564); Green value is 203 (79.69% from 255 or 35.99% from 564); Blue value is 161 (63.28% from 255 or 28.55% from 564); Max value from RGB is 203 - color contains mainly: green. Hex color #C8CBA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8CBA1 is #37345E. Grayscale: #C5C5C5. Windows color (decimal): -3617887 or 10603464. OLE color: 10603464.
HSL color Cylindrical-coordinate representation of color #C8CBA1: hue angle of 64.29º degrees, saturation: 0.29, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C8CBA1 is Cyan = 0.01, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.20.
Color convert
RGB | 200 | 203 | 161 | - |
CMYK | 0.01 | 0 | 0.21 | 0.20 |
HSL | 64.29º | 0.29% | 0.71% | - |
HSV(B) | 64.29º | 0.21% | 0.8% | - |
XYZ | 51.61 | 57.56 | 42.11 | - |
YUV | 197.32 | 107.51 | 129.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 203 | 161 | 0.01 | 0 | 0.21 | 0.20 | 64.29 | 0.29 | 0.71 |
Hex | C8 | CB | A1 | 1 | 0 | 15 | 14 | 40 | 1D | 47 |
Octal | 310 | 313 | 241 | 1 | 0 | 25 | 24 | 100 | 35 | 107 |
Binary | 11001000 | 11001011 | 10100001 | 1 | 0 | 10101 | 10100 | 1000000 | 11101 | 1000111 |
Color Harmonies of #C8CBA1
Complementary color
Monochromatic Colors of #C8CBA1
Black with #C8CBA1
Text Example
Text Example
White with #C8CBA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8CBA1; }
p { color: rgb(200,203,161); }
H1.HeaderClassName
{
color: #C8CBA1;
}
.AnyTagClassName
{
color: #C8CBA1;
}
</style>
background-color css
<style>
a { background-color: #C8CBA1; }
a { background-color: rgb(200,203,161); }
div.DivClassName
{
background-color: #C8CBA1;
}
.BgClassName
{
background-color: #C8CBA1;
}
</style>
border-color css
<style>
span { border-color: #C8CBA1; }
span { border-color: rgb(200,203,161); }
td.TdClassName
{
border-color: #C8CBA1;
}
.TagClassName
{
border-color: #C8CBA1;
}
</style>