Shades of Chamois #E6CDA0
Tints of Chamois #E6CDA0
RGB
CMYK
RGB Variations
Color information
#E6CDA0 (or 0xE6CDA0) is known color: Chamois. HEX triplet: E6, CD and A0. RGB value is (230,205,160). Sum of RGB (Red+Green+Blue) = 230+205+160=595 (78% of max value = 765). Red value is 230 (90.23% from 255 or 38.66% from 595); Green value is 205 (80.47% from 255 or 34.45% from 595); Blue value is 160 (62.89% from 255 or 26.89% from 595); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CDA0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6CDA0 is #19325F. Grayscale: #CFCFCF. Windows color (decimal): -1651296 or 10538470. OLE color: 10538470.
HSL color Cylindrical-coordinate representation of color #E6CDA0: hue angle of 38.57º degrees, saturation: 0.58, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E6CDA0 is Cyan = 0, Magento = 0.11, Yellow = 0.30 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 205 | 160 | - |
| CMYK | 0 | 0.11 | 0.30 | 0.10 |
| HSL | 38.57º | 0.58% | 0.76% | - |
| HSV(B) | 38.57º | 0.3% | 0.9% | - |
| XYZ | 60.81 | 63.02 | 42.22 | - |
| YUV | 207.35 | 101.28 | 144.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 205 | 160 | 0 | 0.11 | 0.30 | 0.10 | 38.57 | 0.58 | 0.76 |
| Hex | E6 | CD | A0 | 0 | B | 1E | A | 27 | 3A | 4C |
| Octal | 346 | 315 | 240 | 0 | 13 | 36 | 12 | 47 | 72 | 114 |
| Binary | 11100110 | 11001101 | 10100000 | 0 | 1011 | 11110 | 1010 | 100111 | 111010 | 1001100 |
Color Harmonies of #E6CDA0
Complementary color
Monochromatic Colors of #E6CDA0
Black with #E6CDA0
Text Example
Text Example
White with #E6CDA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6CDA0; }
p { color: rgb(230,205,160); }
H1.HeaderClassName
{
color: #E6CDA0;
}
.AnyTagClassName
{
color: #E6CDA0;
}
</style>
background-color css
<style>
a { background-color: #E6CDA0; }
a { background-color: rgb(230,205,160); }
div.DivClassName
{
background-color: #E6CDA0;
}
.BgClassName
{
background-color: #E6CDA0;
}
</style>
border-color css
<style>
span { border-color: #E6CDA0; }
span { border-color: rgb(230,205,160); }
td.TdClassName
{
border-color: #E6CDA0;
}
.TagClassName
{
border-color: #E6CDA0;
}
</style>