Shades of Mauve Taupe #8E596E
Tints of Mauve Taupe #8E596E
RGB
CMYK
RGB Variations
Color information
#8E596E (or 0x8E596E) is known color: Mauve Taupe. HEX triplet: 8E, 59 and 6E. RGB value is (142,89,110). Sum of RGB (Red+Green+Blue) = 142+89+110=341 (45% of max value = 765). Red value is 142 (55.86% from 255 or 41.64% from 341); Green value is 89 (35.16% from 255 or 26.10% from 341); Blue value is 110 (43.36% from 255 or 32.26% from 341); Max value from RGB is 142 - color contains mainly: red. Hex color #8E596E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E596E is #71A691. Grayscale: #6B6B6B. Windows color (decimal): -7448210 or 7231886. OLE color: 7231886.
HSL color Cylindrical-coordinate representation of color #8E596E: hue angle of 336.23º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8E596E is Cyan = 0, Magento = 0.37, Yellow = 0.23 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 89 | 110 | - |
| CMYK | 0 | 0.37 | 0.23 | 0.44 |
| HSL | 336.23º | 0.23% | 0.45% | - |
| HSV(B) | 336.23º | 0.37% | 0.56% | - |
| XYZ | 17.54 | 14.02 | 16.53 | - |
| YUV | 107.24 | 129.56 | 152.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 89 | 110 | 0 | 0.37 | 0.23 | 0.44 | 336.23 | 0.23 | 0.45 |
| Hex | 8E | 59 | 6E | 0 | 25 | 17 | 2C | 150 | 17 | 2D |
| Octal | 216 | 131 | 156 | 0 | 45 | 27 | 54 | 520 | 27 | 55 |
| Binary | 10001110 | 1011001 | 1101110 | 0 | 100101 | 10111 | 101100 | 101010000 | 10111 | 101101 |
Color Harmonies of #8E596E
Complementary color
Monochromatic Colors of #8E596E
Black with #8E596E
Text Example
Text Example
White with #8E596E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E596E; }
p { color: rgb(142,89,110); }
H1.HeaderClassName
{
color: #8E596E;
}
.AnyTagClassName
{
color: #8E596E;
}
</style>
background-color css
<style>
a { background-color: #8E596E; }
a { background-color: rgb(142,89,110); }
div.DivClassName
{
background-color: #8E596E;
}
.BgClassName
{
background-color: #8E596E;
}
</style>
border-color css
<style>
span { border-color: #8E596E; }
span { border-color: rgb(142,89,110); }
td.TdClassName
{
border-color: #8E596E;
}
.TagClassName
{
border-color: #8E596E;
}
</style>