Shades of Mauve Taupe #8C586F
Tints of Mauve Taupe #8C586F
RGB
CMYK
RGB Variations
Color information
#8C586F (or 0x8C586F) is known color: Mauve Taupe. HEX triplet: 8C, 58 and 6F. RGB value is (140,88,111). Sum of RGB (Red+Green+Blue) = 140+88+111=339 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.30% from 339); Green value is 88 (34.77% from 255 or 25.96% from 339); Blue value is 111 (43.75% from 255 or 32.74% from 339); Max value from RGB is 140 - color contains mainly: red. Hex color #8C586F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C586F is #73A790. Grayscale: #6A6A6A. Windows color (decimal): -7579537 or 7297164. OLE color: 7297164.
HSL color Cylindrical-coordinate representation of color #8C586F: hue angle of 333.46º 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 #8C586F is Cyan = 0, Magento = 0.37, Yellow = 0.21 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 88 | 111 | - |
| CMYK | 0 | 0.37 | 0.21 | 0.45 |
| HSL | 333.46º | 0.23% | 0.45% | - |
| HSV(B) | 333.46º | 0.37% | 0.55% | - |
| XYZ | 17.17 | 13.7 | 16.78 | - |
| YUV | 106.17 | 130.73 | 152.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 88 | 111 | 0 | 0.37 | 0.21 | 0.45 | 333.46 | 0.23 | 0.45 |
| Hex | 8C | 58 | 6F | 0 | 25 | 15 | 2D | 14D | 17 | 2D |
| Octal | 214 | 130 | 157 | 0 | 45 | 25 | 55 | 515 | 27 | 55 |
| Binary | 10001100 | 1011000 | 1101111 | 0 | 100101 | 10101 | 101101 | 101001101 | 10111 | 101101 |
Color Harmonies of #8C586F
Complementary color
Monochromatic Colors of #8C586F
Black with #8C586F
Text Example
Text Example
White with #8C586F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C586F; }
p { color: rgb(140,88,111); }
H1.HeaderClassName
{
color: #8C586F;
}
.AnyTagClassName
{
color: #8C586F;
}
</style>
background-color css
<style>
a { background-color: #8C586F; }
a { background-color: rgb(140,88,111); }
div.DivClassName
{
background-color: #8C586F;
}
.BgClassName
{
background-color: #8C586F;
}
</style>
border-color css
<style>
span { border-color: #8C586F; }
span { border-color: rgb(140,88,111); }
td.TdClassName
{
border-color: #8C586F;
}
.TagClassName
{
border-color: #8C586F;
}
</style>