Shades of Mauve Taupe #8E6173
Tints of Mauve Taupe #8E6173
RGB
CMYK
RGB Variations
Color information
#8E6173 (or 0x8E6173) is known color: Mauve Taupe. HEX triplet: 8E, 61 and 73. RGB value is (142,97,115). Sum of RGB (Red+Green+Blue) = 142+97+115=354 (46% of max value = 765). Red value is 142 (55.86% from 255 or 40.11% from 354); Green value is 97 (38.28% from 255 or 27.40% from 354); Blue value is 115 (45.31% from 255 or 32.49% from 354); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6173 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E6173 is #719E8C. Grayscale: #707070. Windows color (decimal): -7446157 or 7561614. OLE color: 7561614.
HSL color Cylindrical-coordinate representation of color #8E6173: hue angle of 336º degrees, saturation: 0.19, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8E6173 is Cyan = 0, Magento = 0.32, Yellow = 0.19 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 97 | 115 | - |
| CMYK | 0 | 0.32 | 0.19 | 0.44 |
| HSL | 336º | 0.19% | 0.47% | - |
| HSV(B) | 336º | 0.32% | 0.56% | - |
| XYZ | 18.52 | 15.54 | 18.24 | - |
| YUV | 112.51 | 129.41 | 149.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 97 | 115 | 0 | 0.32 | 0.19 | 0.44 | 336 | 0.19 | 0.47 |
| Hex | 8E | 61 | 73 | 0 | 20 | 13 | 2C | 150 | 13 | 2F |
| Octal | 216 | 141 | 163 | 0 | 40 | 23 | 54 | 520 | 23 | 57 |
| Binary | 10001110 | 1100001 | 1110011 | 0 | 100000 | 10011 | 101100 | 101010000 | 10011 | 101111 |
Color Harmonies of #8E6173
Complementary color
Monochromatic Colors of #8E6173
Black with #8E6173
Text Example
Text Example
White with #8E6173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E6173; }
p { color: rgb(142,97,115); }
H1.HeaderClassName
{
color: #8E6173;
}
.AnyTagClassName
{
color: #8E6173;
}
</style>
background-color css
<style>
a { background-color: #8E6173; }
a { background-color: rgb(142,97,115); }
div.DivClassName
{
background-color: #8E6173;
}
.BgClassName
{
background-color: #8E6173;
}
</style>
border-color css
<style>
span { border-color: #8E6173; }
span { border-color: rgb(142,97,115); }
td.TdClassName
{
border-color: #8E6173;
}
.TagClassName
{
border-color: #8E6173;
}
</style>