Shades of Chamois #E6CF9D
Tints of Chamois #E6CF9D
RGB
CMYK
RGB Variations
Color information
#E6CF9D (or 0xE6CF9D) is known color: Chamois. HEX triplet: E6, CF and 9D. RGB value is (230,207,157). Sum of RGB (Red+Green+Blue) = 230+207+157=594 (78% of max value = 765). Red value is 230 (90.23% from 255 or 38.72% from 594); Green value is 207 (81.25% from 255 or 34.85% from 594); Blue value is 157 (61.72% from 255 or 26.43% from 594); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CF9D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6CF9D is #193062. Grayscale: #D0D0D0. Windows color (decimal): -1650787 or 10342374. OLE color: 10342374.
HSL color Cylindrical-coordinate representation of color #E6CF9D: hue angle of 41.1º 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 #E6CF9D is Cyan = 0, Magento = 0.10, Yellow = 0.32 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 207 | 157 | - |
| CMYK | 0 | 0.10 | 0.32 | 0.10 |
| HSL | 41.1º | 0.59% | 0.76% | - |
| HSV(B) | 41.1º | 0.32% | 0.9% | - |
| XYZ | 61.03 | 63.88 | 41.01 | - |
| YUV | 208.18 | 99.12 | 143.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 207 | 157 | 0 | 0.10 | 0.32 | 0.10 | 41.1 | 0.59 | 0.76 |
| Hex | E6 | CF | 9D | 0 | A | 20 | A | 29 | 3B | 4C |
| Octal | 346 | 317 | 235 | 0 | 12 | 40 | 12 | 51 | 73 | 114 |
| Binary | 11100110 | 11001111 | 10011101 | 0 | 1010 | 100000 | 1010 | 101001 | 111011 | 1001100 |
Color Harmonies of #E6CF9D
Complementary color
Monochromatic Colors of #E6CF9D
Black with #E6CF9D
Text Example
Text Example
White with #E6CF9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6CF9D; }
p { color: rgb(230,207,157); }
H1.HeaderClassName
{
color: #E6CF9D;
}
.AnyTagClassName
{
color: #E6CF9D;
}
</style>
background-color css
<style>
a { background-color: #E6CF9D; }
a { background-color: rgb(230,207,157); }
div.DivClassName
{
background-color: #E6CF9D;
}
.BgClassName
{
background-color: #E6CF9D;
}
</style>
border-color css
<style>
span { border-color: #E6CF9D; }
span { border-color: rgb(230,207,157); }
td.TdClassName
{
border-color: #E6CF9D;
}
.TagClassName
{
border-color: #E6CF9D;
}
</style>