Shades of Chamois #E6CA93
Tints of Chamois #E6CA93
RGB
CMYK
RGB Variations
Color information
#E6CA93 (or 0xE6CA93) is known color: Chamois. HEX triplet: E6, CA and 93. RGB value is (230,202,147). Sum of RGB (Red+Green+Blue) = 230+202+147=579 (76% of max value = 765). Red value is 230 (90.23% from 255 or 39.72% from 579); Green value is 202 (79.30% from 255 or 34.89% from 579); Blue value is 147 (57.81% from 255 or 25.39% from 579); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CA93 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6CA93 is #19356C. Grayscale: #CCCCCC. Windows color (decimal): -1652077 or 9685734. OLE color: 9685734.
HSL color Cylindrical-coordinate representation of color #E6CA93: hue angle of 39.76º degrees, saturation: 0.62, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E6CA93 is Cyan = 0, Magento = 0.12, Yellow = 0.36 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 202 | 147 | - |
| CMYK | 0 | 0.12 | 0.36 | 0.10 |
| HSL | 39.76º | 0.62% | 0.74% | - |
| HSV(B) | 39.76º | 0.36% | 0.9% | - |
| XYZ | 59.02 | 61.17 | 36.3 | - |
| YUV | 204.1 | 95.78 | 146.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 202 | 147 | 0 | 0.12 | 0.36 | 0.10 | 39.76 | 0.62 | 0.74 |
| Hex | E6 | CA | 93 | 0 | C | 24 | A | 28 | 3E | 4A |
| Octal | 346 | 312 | 223 | 0 | 14 | 44 | 12 | 50 | 76 | 112 |
| Binary | 11100110 | 11001010 | 10010011 | 0 | 1100 | 100100 | 1010 | 101000 | 111110 | 1001010 |
Color Harmonies of #E6CA93
Complementary color
Monochromatic Colors of #E6CA93
Black with #E6CA93
Text Example
Text Example
White with #E6CA93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6CA93; }
p { color: rgb(230,202,147); }
H1.HeaderClassName
{
color: #E6CA93;
}
.AnyTagClassName
{
color: #E6CA93;
}
</style>
background-color css
<style>
a { background-color: #E6CA93; }
a { background-color: rgb(230,202,147); }
div.DivClassName
{
background-color: #E6CA93;
}
.BgClassName
{
background-color: #E6CA93;
}
</style>
border-color css
<style>
span { border-color: #E6CA93; }
span { border-color: rgb(230,202,147); }
td.TdClassName
{
border-color: #E6CA93;
}
.TagClassName
{
border-color: #E6CA93;
}
</style>