Shades of Chamois #E6CB92
Tints of Chamois #E6CB92
RGB
CMYK
RGB Variations
Color information
#E6CB92 (or 0xE6CB92) is known color: Chamois. HEX triplet: E6, CB and 92. RGB value is (230,203,146). Sum of RGB (Red+Green+Blue) = 230+203+146=579 (76% of max value = 765). Red value is 230 (90.23% from 255 or 39.72% from 579); Green value is 203 (79.69% from 255 or 35.06% from 579); Blue value is 146 (57.42% from 255 or 25.22% from 579); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CB92 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6CB92 is #19346D. Grayscale: #CCCCCC. Windows color (decimal): -1651822 or 9620454. OLE color: 9620454.
HSL color Cylindrical-coordinate representation of color #E6CB92: hue angle of 40.71º 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 #E6CB92 is Cyan = 0, Magento = 0.12, Yellow = 0.37 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 203 | 146 | - |
| CMYK | 0 | 0.12 | 0.37 | 0.10 |
| HSL | 40.71º | 0.63% | 0.74% | - |
| HSV(B) | 40.71º | 0.37% | 0.9% | - |
| XYZ | 59.18 | 61.61 | 35.97 | - |
| YUV | 204.58 | 94.95 | 146.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 203 | 146 | 0 | 0.12 | 0.37 | 0.10 | 40.71 | 0.63 | 0.74 |
| Hex | E6 | CB | 92 | 0 | C | 25 | A | 29 | 3F | 4A |
| Octal | 346 | 313 | 222 | 0 | 14 | 45 | 12 | 51 | 77 | 112 |
| Binary | 11100110 | 11001011 | 10010010 | 0 | 1100 | 100101 | 1010 | 101001 | 111111 | 1001010 |
Color Harmonies of #E6CB92
Complementary color
Monochromatic Colors of #E6CB92
Black with #E6CB92
Text Example
Text Example
White with #E6CB92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6CB92; }
p { color: rgb(230,203,146); }
H1.HeaderClassName
{
color: #E6CB92;
}
.AnyTagClassName
{
color: #E6CB92;
}
</style>
background-color css
<style>
a { background-color: #E6CB92; }
a { background-color: rgb(230,203,146); }
div.DivClassName
{
background-color: #E6CB92;
}
.BgClassName
{
background-color: #E6CB92;
}
</style>
border-color css
<style>
span { border-color: #E6CB92; }
span { border-color: rgb(230,203,146); }
td.TdClassName
{
border-color: #E6CB92;
}
.TagClassName
{
border-color: #E6CB92;
}
</style>