Shades of Chamois #E3C896
Tints of Chamois #E3C896
RGB
CMYK
RGB Variations
Color information
#E3C896 (or 0xE3C896) is known color: Chamois. HEX triplet: E3, C8 and 96. RGB value is (227,200,150). Sum of RGB (Red+Green+Blue) = 227+200+150=577 (76% of max value = 765). Red value is 227 (89.06% from 255 or 39.34% from 577); Green value is 200 (78.52% from 255 or 34.66% from 577); Blue value is 150 (58.98% from 255 or 26.00% from 577); Max value from RGB is 227 - color contains mainly: red. Hex color #E3C896 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E3C896 is #1C3769. Grayscale: #CACACA. Windows color (decimal): -1849194 or 9881827. OLE color: 9881827.
HSL color Cylindrical-coordinate representation of color #E3C896: hue angle of 38.96º degrees, saturation: 0.58, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E3C896 is Cyan = 0, Magento = 0.12, Yellow = 0.34 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 200 | 150 | - |
| CMYK | 0 | 0.12 | 0.34 | 0.11 |
| HSL | 38.96º | 0.58% | 0.74% | - |
| HSV(B) | 38.96º | 0.34% | 0.89% | - |
| XYZ | 57.84 | 59.84 | 37.36 | - |
| YUV | 202.37 | 98.45 | 145.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 200 | 150 | 0 | 0.12 | 0.34 | 0.11 | 38.96 | 0.58 | 0.74 |
| Hex | E3 | C8 | 96 | 0 | C | 22 | B | 27 | 3A | 4A |
| Octal | 343 | 310 | 226 | 0 | 14 | 42 | 13 | 47 | 72 | 112 |
| Binary | 11100011 | 11001000 | 10010110 | 0 | 1100 | 100010 | 1011 | 100111 | 111010 | 1001010 |
Color Harmonies of #E3C896
Complementary color
Monochromatic Colors of #E3C896
Black with #E3C896
Text Example
Text Example
White with #E3C896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3C896; }
p { color: rgb(227,200,150); }
H1.HeaderClassName
{
color: #E3C896;
}
.AnyTagClassName
{
color: #E3C896;
}
</style>
background-color css
<style>
a { background-color: #E3C896; }
a { background-color: rgb(227,200,150); }
div.DivClassName
{
background-color: #E3C896;
}
.BgClassName
{
background-color: #E3C896;
}
</style>
border-color css
<style>
span { border-color: #E3C896; }
span { border-color: rgb(227,200,150); }
td.TdClassName
{
border-color: #E3C896;
}
.TagClassName
{
border-color: #E3C896;
}
</style>