Shades of Chenin #E6C176
Tints of Chenin #E6C176
RGB
CMYK
RGB Variations
Color information
#E6C176 (or 0xE6C176) is known color: Chenin. HEX triplet: E6, C1 and 76. RGB value is (230,193,118). Sum of RGB (Red+Green+Blue) = 230+193+118=541 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.51% from 541); Green value is 193 (75.78% from 255 or 35.67% from 541); Blue value is 118 (46.48% from 255 or 21.81% from 541); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C176 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6C176 is #193E89. Grayscale: #C3C3C3. Windows color (decimal): -1654410 or 7782886. OLE color: 7782886.
HSL color Cylindrical-coordinate representation of color #E6C176: hue angle of 40.18º degrees, saturation: 0.69, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E6C176 is Cyan = 0, Magento = 0.16, Yellow = 0.49 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 193 | 118 | - |
| CMYK | 0 | 0.16 | 0.49 | 0.10 |
| HSL | 40.18º | 0.69% | 0.68% | - |
| HSV(B) | 40.18º | 0.49% | 0.9% | - |
| XYZ | 54.97 | 56.27 | 25.1 | - |
| YUV | 195.51 | 84.26 | 152.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 193 | 118 | 0 | 0.16 | 0.49 | 0.10 | 40.18 | 0.69 | 0.68 |
| Hex | E6 | C1 | 76 | 0 | 10 | 31 | A | 28 | 45 | 44 |
| Octal | 346 | 301 | 166 | 0 | 20 | 61 | 12 | 50 | 105 | 104 |
| Binary | 11100110 | 11000001 | 1110110 | 0 | 10000 | 110001 | 1010 | 101000 | 1000101 | 1000100 |
Color Harmonies of #E6C176
Complementary color
Monochromatic Colors of #E6C176
Black with #E6C176
Text Example
Text Example
White with #E6C176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6C176; }
p { color: rgb(230,193,118); }
H1.HeaderClassName
{
color: #E6C176;
}
.AnyTagClassName
{
color: #E6C176;
}
</style>
background-color css
<style>
a { background-color: #E6C176; }
a { background-color: rgb(230,193,118); }
div.DivClassName
{
background-color: #E6C176;
}
.BgClassName
{
background-color: #E6C176;
}
</style>
border-color css
<style>
span { border-color: #E6C176; }
span { border-color: rgb(230,193,118); }
td.TdClassName
{
border-color: #E6C176;
}
.TagClassName
{
border-color: #E6C176;
}
</style>