Shades of Green Mist #CBC895
Tints of Green Mist #CBC895
RGB
CMYK
RGB Variations
Color information
#CBC895 (or 0xCBC895) is known color: Green Mist. HEX triplet: CB, C8 and 95. RGB value is (203,200,149). Sum of RGB (Red+Green+Blue) = 203+200+149=552 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.78% from 552); Green value is 200 (78.52% from 255 or 36.23% from 552); Blue value is 149 (58.59% from 255 or 26.99% from 552); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC895 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBC895 is #34376A. Grayscale: #C3C3C3. Windows color (decimal): -3422059 or 9816267. OLE color: 9816267.
HSL color Cylindrical-coordinate representation of color #CBC895: hue angle of 56.67º degrees, saturation: 0.34, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CBC895 is Cyan = 0, Magento = 0.01, Yellow = 0.27 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 200 | 149 | - |
| CMYK | 0 | 0.01 | 0.27 | 0.20 |
| HSL | 56.67º | 0.34% | 0.69% | - |
| HSV(B) | 56.67º | 0.27% | 0.8% | - |
| XYZ | 50.71 | 56.17 | 36.6 | - |
| YUV | 195.08 | 101.99 | 133.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 200 | 149 | 0 | 0.01 | 0.27 | 0.20 | 56.67 | 0.34 | 0.69 |
| Hex | CB | C8 | 95 | 0 | 1 | 1B | 14 | 39 | 22 | 45 |
| Octal | 313 | 310 | 225 | 0 | 1 | 33 | 24 | 71 | 42 | 105 |
| Binary | 11001011 | 11001000 | 10010101 | 0 | 1 | 11011 | 10100 | 111001 | 100010 | 1000101 |
Color Harmonies of #CBC895
Complementary color
Monochromatic Colors of #CBC895
Black with #CBC895
Text Example
Text Example
White with #CBC895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC895; }
p { color: rgb(203,200,149); }
H1.HeaderClassName
{
color: #CBC895;
}
.AnyTagClassName
{
color: #CBC895;
}
</style>
background-color css
<style>
a { background-color: #CBC895; }
a { background-color: rgb(203,200,149); }
div.DivClassName
{
background-color: #CBC895;
}
.BgClassName
{
background-color: #CBC895;
}
</style>
border-color css
<style>
span { border-color: #CBC895; }
span { border-color: rgb(203,200,149); }
td.TdClassName
{
border-color: #CBC895;
}
.TagClassName
{
border-color: #CBC895;
}
</style>