Shades of Chamois #E6CB9D
Tints of Chamois #E6CB9D
RGB
CMYK
RGB Variations
Color information
#E6CB9D (or 0xE6CB9D) is known color: Chamois. HEX triplet: E6, CB and 9D. RGB value is (230,203,157). Sum of RGB (Red+Green+Blue) = 230+203+157=590 (78% of max value = 765). Red value is 230 (90.23% from 255 or 38.98% from 590); Green value is 203 (79.69% from 255 or 34.41% from 590); Blue value is 157 (61.72% from 255 or 26.61% from 590); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CB9D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6CB9D is #193462. Grayscale: #CECECE. Windows color (decimal): -1651811 or 10341350. OLE color: 10341350.
HSL color Cylindrical-coordinate representation of color #E6CB9D: hue angle of 37.81º degrees, saturation: 0.59, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E6CB9D is Cyan = 0, Magento = 0.12, Yellow = 0.32 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 203 | 157 | - |
| CMYK | 0 | 0.12 | 0.32 | 0.10 |
| HSL | 37.81º | 0.59% | 0.76% | - |
| HSV(B) | 37.81º | 0.32% | 0.9% | - |
| XYZ | 60.07 | 61.97 | 40.69 | - |
| YUV | 205.83 | 100.45 | 145.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 203 | 157 | 0 | 0.12 | 0.32 | 0.10 | 37.81 | 0.59 | 0.76 |
| Hex | E6 | CB | 9D | 0 | C | 20 | A | 26 | 3B | 4C |
| Octal | 346 | 313 | 235 | 0 | 14 | 40 | 12 | 46 | 73 | 114 |
| Binary | 11100110 | 11001011 | 10011101 | 0 | 1100 | 100000 | 1010 | 100110 | 111011 | 1001100 |
Color Harmonies of #E6CB9D
Complementary color
Monochromatic Colors of #E6CB9D
Black with #E6CB9D
Text Example
Text Example
White with #E6CB9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6CB9D; }
p { color: rgb(230,203,157); }
H1.HeaderClassName
{
color: #E6CB9D;
}
.AnyTagClassName
{
color: #E6CB9D;
}
</style>
background-color css
<style>
a { background-color: #E6CB9D; }
a { background-color: rgb(230,203,157); }
div.DivClassName
{
background-color: #E6CB9D;
}
.BgClassName
{
background-color: #E6CB9D;
}
</style>
border-color css
<style>
span { border-color: #E6CB9D; }
span { border-color: rgb(230,203,157); }
td.TdClassName
{
border-color: #E6CB9D;
}
.TagClassName
{
border-color: #E6CB9D;
}
</style>