Shades of Mauve Taupe #9D5C75
Tints of Mauve Taupe #9D5C75
RGB
CMYK
RGB Variations
Color information
#9D5C75 (or 0x9D5C75) is known color: Mauve Taupe. HEX triplet: 9D, 5C and 75. RGB value is (157,92,117). Sum of RGB (Red+Green+Blue) = 157+92+117=366 (48% of max value = 765). Red value is 157 (61.72% from 255 or 42.90% from 366); Green value is 92 (36.33% from 255 or 25.14% from 366); Blue value is 117 (46.09% from 255 or 31.97% from 366); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5C75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D5C75 is #62A38A. Grayscale: #727272. Windows color (decimal): -6464395 or 7691421. OLE color: 7691421.
HSL color Cylindrical-coordinate representation of color #9D5C75: hue angle of 336.92º degrees, saturation: 0.26, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9D5C75 is Cyan = 0, Magento = 0.41, Yellow = 0.25 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 92 | 117 | - |
| CMYK | 0 | 0.41 | 0.25 | 0.38 |
| HSL | 336.92º | 0.26% | 0.49% | - |
| HSV(B) | 336.92º | 0.41% | 0.62% | - |
| XYZ | 20.94 | 16.11 | 18.83 | - |
| YUV | 114.29 | 129.53 | 158.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 92 | 117 | 0 | 0.41 | 0.25 | 0.38 | 336.92 | 0.26 | 0.49 |
| Hex | 9D | 5C | 75 | 0 | 29 | 19 | 26 | 151 | 1A | 31 |
| Octal | 235 | 134 | 165 | 0 | 51 | 31 | 46 | 521 | 32 | 61 |
| Binary | 10011101 | 1011100 | 1110101 | 0 | 101001 | 11001 | 100110 | 101010001 | 11010 | 110001 |
Color Harmonies of #9D5C75
Complementary color
Monochromatic Colors of #9D5C75
Black with #9D5C75
Text Example
Text Example
White with #9D5C75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D5C75; }
p { color: rgb(157,92,117); }
H1.HeaderClassName
{
color: #9D5C75;
}
.AnyTagClassName
{
color: #9D5C75;
}
</style>
background-color css
<style>
a { background-color: #9D5C75; }
a { background-color: rgb(157,92,117); }
div.DivClassName
{
background-color: #9D5C75;
}
.BgClassName
{
background-color: #9D5C75;
}
</style>
border-color css
<style>
span { border-color: #9D5C75; }
span { border-color: rgb(157,92,117); }
td.TdClassName
{
border-color: #9D5C75;
}
.TagClassName
{
border-color: #9D5C75;
}
</style>