Shades of Mauve Taupe #8C586E
Tints of Mauve Taupe #8C586E
RGB
CMYK
RGB Variations
Color information
#8C586E (or 0x8C586E) is known color: Mauve Taupe. HEX triplet: 8C, 58 and 6E. RGB value is (140,88,110). Sum of RGB (Red+Green+Blue) = 140+88+110=338 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.42% from 338); Green value is 88 (34.77% from 255 or 26.04% from 338); Blue value is 110 (43.36% from 255 or 32.54% from 338); Max value from RGB is 140 - color contains mainly: red. Hex color #8C586E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C586E is #73A791. Grayscale: #6A6A6A. Windows color (decimal): -7579538 or 7231628. OLE color: 7231628.
HSL color Cylindrical-coordinate representation of color #8C586E: hue angle of 334.62º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8C586E is Cyan = 0, Magento = 0.37, Yellow = 0.21 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 88 | 110 | - |
| CMYK | 0 | 0.37 | 0.21 | 0.45 |
| HSL | 334.62º | 0.23% | 0.45% | - |
| HSV(B) | 334.62º | 0.37% | 0.55% | - |
| XYZ | 17.12 | 13.68 | 16.49 | - |
| YUV | 106.06 | 130.23 | 152.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 88 | 110 | 0 | 0.37 | 0.21 | 0.45 | 334.62 | 0.23 | 0.45 |
| Hex | 8C | 58 | 6E | 0 | 25 | 15 | 2D | 14F | 17 | 2D |
| Octal | 214 | 130 | 156 | 0 | 45 | 25 | 55 | 517 | 27 | 55 |
| Binary | 10001100 | 1011000 | 1101110 | 0 | 100101 | 10101 | 101101 | 101001111 | 10111 | 101101 |
Color Harmonies of #8C586E
Complementary color
Monochromatic Colors of #8C586E
Black with #8C586E
Text Example
Text Example
White with #8C586E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C586E; }
p { color: rgb(140,88,110); }
H1.HeaderClassName
{
color: #8C586E;
}
.AnyTagClassName
{
color: #8C586E;
}
</style>
background-color css
<style>
a { background-color: #8C586E; }
a { background-color: rgb(140,88,110); }
div.DivClassName
{
background-color: #8C586E;
}
.BgClassName
{
background-color: #8C586E;
}
</style>
border-color css
<style>
span { border-color: #8C586E; }
span { border-color: rgb(140,88,110); }
td.TdClassName
{
border-color: #8C586E;
}
.TagClassName
{
border-color: #8C586E;
}
</style>