Shades of Mauve Taupe #8C586C
Tints of Mauve Taupe #8C586C
RGB
CMYK
RGB Variations
Color information
#8C586C (or 0x8C586C) is known color: Mauve Taupe. HEX triplet: 8C, 58 and 6C. RGB value is (140,88,108). Sum of RGB (Red+Green+Blue) = 140+88+108=336 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.67% from 336); Green value is 88 (34.77% from 255 or 26.19% from 336); Blue value is 108 (42.58% from 255 or 32.14% from 336); Max value from RGB is 140 - color contains mainly: red. Hex color #8C586C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C586C is #73A793. Grayscale: #696969. Windows color (decimal): -7579540 or 7100556. OLE color: 7100556.
HSL color Cylindrical-coordinate representation of color #8C586C: hue angle of 336.92º 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 #8C586C is Cyan = 0, Magento = 0.37, Yellow = 0.23 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 88 | 108 | - |
| CMYK | 0 | 0.37 | 0.23 | 0.45 |
| HSL | 336.92º | 0.23% | 0.45% | - |
| HSV(B) | 336.92º | 0.37% | 0.55% | - |
| XYZ | 17.01 | 13.64 | 15.92 | - |
| YUV | 105.83 | 129.23 | 152.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 88 | 108 | 0 | 0.37 | 0.23 | 0.45 | 336.92 | 0.23 | 0.45 |
| Hex | 8C | 58 | 6C | 0 | 25 | 17 | 2D | 151 | 17 | 2D |
| Octal | 214 | 130 | 154 | 0 | 45 | 27 | 55 | 521 | 27 | 55 |
| Binary | 10001100 | 1011000 | 1101100 | 0 | 100101 | 10111 | 101101 | 101010001 | 10111 | 101101 |
Color Harmonies of #8C586C
Complementary color
Monochromatic Colors of #8C586C
Black with #8C586C
Text Example
Text Example
White with #8C586C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C586C; }
p { color: rgb(140,88,108); }
H1.HeaderClassName
{
color: #8C586C;
}
.AnyTagClassName
{
color: #8C586C;
}
</style>
background-color css
<style>
a { background-color: #8C586C; }
a { background-color: rgb(140,88,108); }
div.DivClassName
{
background-color: #8C586C;
}
.BgClassName
{
background-color: #8C586C;
}
</style>
border-color css
<style>
span { border-color: #8C586C; }
span { border-color: rgb(140,88,108); }
td.TdClassName
{
border-color: #8C586C;
}
.TagClassName
{
border-color: #8C586C;
}
</style>