Shades of Mauve Taupe #8C596F
Tints of Mauve Taupe #8C596F
RGB
CMYK
RGB Variations
Color information
#8C596F (or 0x8C596F) is known color: Mauve Taupe. HEX triplet: 8C, 59 and 6F. RGB value is (140,89,111). Sum of RGB (Red+Green+Blue) = 140+89+111=340 (45% of max value = 765). Red value is 140 (55.08% from 255 or 41.18% from 340); Green value is 89 (35.16% from 255 or 26.18% from 340); Blue value is 111 (43.75% from 255 or 32.65% from 340); Max value from RGB is 140 - color contains mainly: red. Hex color #8C596F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C596F is #73A690. Grayscale: #6A6A6A. Windows color (decimal): -7579281 or 7297420. OLE color: 7297420.
HSL color Cylindrical-coordinate representation of color #8C596F: hue angle of 334.12º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8C596F is Cyan = 0, Magento = 0.36, Yellow = 0.21 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 89 | 111 | - |
| CMYK | 0 | 0.36 | 0.21 | 0.45 |
| HSL | 334.12º | 0.22% | 0.45% | - |
| HSV(B) | 334.12º | 0.36% | 0.55% | - |
| XYZ | 17.26 | 13.87 | 16.81 | - |
| YUV | 106.76 | 130.4 | 151.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 89 | 111 | 0 | 0.36 | 0.21 | 0.45 | 334.12 | 0.22 | 0.45 |
| Hex | 8C | 59 | 6F | 0 | 24 | 15 | 2D | 14E | 16 | 2D |
| Octal | 214 | 131 | 157 | 0 | 44 | 25 | 55 | 516 | 26 | 55 |
| Binary | 10001100 | 1011001 | 1101111 | 0 | 100100 | 10101 | 101101 | 101001110 | 10110 | 101101 |
Color Harmonies of #8C596F
Complementary color
Monochromatic Colors of #8C596F
Black with #8C596F
Text Example
Text Example
White with #8C596F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C596F; }
p { color: rgb(140,89,111); }
H1.HeaderClassName
{
color: #8C596F;
}
.AnyTagClassName
{
color: #8C596F;
}
</style>
background-color css
<style>
a { background-color: #8C596F; }
a { background-color: rgb(140,89,111); }
div.DivClassName
{
background-color: #8C596F;
}
.BgClassName
{
background-color: #8C596F;
}
</style>
border-color css
<style>
span { border-color: #8C596F; }
span { border-color: rgb(140,89,111); }
td.TdClassName
{
border-color: #8C596F;
}
.TagClassName
{
border-color: #8C596F;
}
</style>