Shades of Mauve Taupe #9D5E70
Tints of Mauve Taupe #9D5E70
RGB
CMYK
RGB Variations
Color information
#9D5E70 (or 0x9D5E70) is known color: Mauve Taupe. HEX triplet: 9D, 5E and 70. RGB value is (157,94,112). Sum of RGB (Red+Green+Blue) = 157+94+112=363 (48% of max value = 765). Red value is 157 (61.72% from 255 or 43.25% from 363); Green value is 94 (37.11% from 255 or 25.90% from 363); Blue value is 112 (44.14% from 255 or 30.85% from 363); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5E70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D5E70 is #62A18F. Grayscale: #727272. Windows color (decimal): -6463888 or 7364253. OLE color: 7364253.
HSL color Cylindrical-coordinate representation of color #9D5E70: hue angle of 342.86º degrees, saturation: 0.25, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9D5E70 is Cyan = 0, Magento = 0.40, Yellow = 0.29 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 94 | 112 | - |
| CMYK | 0 | 0.40 | 0.29 | 0.38 |
| HSL | 342.86º | 0.25% | 0.49% | - |
| HSV(B) | 342.86º | 0.4% | 0.62% | - |
| XYZ | 20.83 | 16.34 | 17.39 | - |
| YUV | 114.89 | 126.37 | 158.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 94 | 112 | 0 | 0.40 | 0.29 | 0.38 | 342.86 | 0.25 | 0.49 |
| Hex | 9D | 5E | 70 | 0 | 28 | 1D | 26 | 157 | 19 | 31 |
| Octal | 235 | 136 | 160 | 0 | 50 | 35 | 46 | 527 | 31 | 61 |
| Binary | 10011101 | 1011110 | 1110000 | 0 | 101000 | 11101 | 100110 | 101010111 | 11001 | 110001 |
Color Harmonies of #9D5E70
Complementary color
Monochromatic Colors of #9D5E70
Black with #9D5E70
Text Example
Text Example
White with #9D5E70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D5E70; }
p { color: rgb(157,94,112); }
H1.HeaderClassName
{
color: #9D5E70;
}
.AnyTagClassName
{
color: #9D5E70;
}
</style>
background-color css
<style>
a { background-color: #9D5E70; }
a { background-color: rgb(157,94,112); }
div.DivClassName
{
background-color: #9D5E70;
}
.BgClassName
{
background-color: #9D5E70;
}
</style>
border-color css
<style>
span { border-color: #9D5E70; }
span { border-color: rgb(157,94,112); }
td.TdClassName
{
border-color: #9D5E70;
}
.TagClassName
{
border-color: #9D5E70;
}
</style>