Shades of Chamois #E6CA92
Tints of Chamois #E6CA92
RGB
CMYK
RGB Variations
Color information
#E6CA92 (or 0xE6CA92) is known color: Chamois. HEX triplet: E6, CA and 92. RGB value is (230,202,146). Sum of RGB (Red+Green+Blue) = 230+202+146=578 (76% of max value = 765). Red value is 230 (90.23% from 255 or 39.79% from 578); Green value is 202 (79.30% from 255 or 34.95% from 578); Blue value is 146 (57.42% from 255 or 25.26% from 578); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CA92 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6CA92 is #19356D. Grayscale: #CCCCCC. Windows color (decimal): -1652078 or 9620198. OLE color: 9620198.
HSL color Cylindrical-coordinate representation of color #E6CA92: hue angle of 40º degrees, saturation: 0.63, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E6CA92 is Cyan = 0, Magento = 0.12, Yellow = 0.37 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 202 | 146 | - |
| CMYK | 0 | 0.12 | 0.37 | 0.10 |
| HSL | 40º | 0.63% | 0.74% | - |
| HSV(B) | 40º | 0.37% | 0.9% | - |
| XYZ | 58.94 | 61.14 | 35.89 | - |
| YUV | 203.99 | 95.28 | 146.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 202 | 146 | 0 | 0.12 | 0.37 | 0.10 | 40 | 0.63 | 0.74 |
| Hex | E6 | CA | 92 | 0 | C | 25 | A | 28 | 3F | 4A |
| Octal | 346 | 312 | 222 | 0 | 14 | 45 | 12 | 50 | 77 | 112 |
| Binary | 11100110 | 11001010 | 10010010 | 0 | 1100 | 100101 | 1010 | 101000 | 111111 | 1001010 |
Color Harmonies of #E6CA92
Complementary color
Monochromatic Colors of #E6CA92
Black with #E6CA92
Text Example
Text Example
White with #E6CA92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6CA92; }
p { color: rgb(230,202,146); }
H1.HeaderClassName
{
color: #E6CA92;
}
.AnyTagClassName
{
color: #E6CA92;
}
</style>
background-color css
<style>
a { background-color: #E6CA92; }
a { background-color: rgb(230,202,146); }
div.DivClassName
{
background-color: #E6CA92;
}
.BgClassName
{
background-color: #E6CA92;
}
</style>
border-color css
<style>
span { border-color: #E6CA92; }
span { border-color: rgb(230,202,146); }
td.TdClassName
{
border-color: #E6CA92;
}
.TagClassName
{
border-color: #E6CA92;
}
</style>