Shades of Mauve Taupe #9D5675
Tints of Mauve Taupe #9D5675
RGB
CMYK
RGB Variations
Color information
#9D5675 (or 0x9D5675) is known color: Mauve Taupe. HEX triplet: 9D, 56 and 75. RGB value is (157,86,117). Sum of RGB (Red+Green+Blue) = 157+86+117=360 (47% of max value = 765). Red value is 157 (61.72% from 255 or 43.61% from 360); Green value is 86 (33.98% from 255 or 23.89% from 360); Blue value is 117 (46.09% from 255 or 32.5% from 360); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5675 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D5675 is #62A98A. Grayscale: #6E6E6E. Windows color (decimal): -6465931 or 7689885. OLE color: 7689885.
HSL color Cylindrical-coordinate representation of color #9D5675: hue angle of 333.8º degrees, saturation: 0.29, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9D5675 is Cyan = 0, Magento = 0.45, Yellow = 0.25 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 86 | 117 | - |
| CMYK | 0 | 0.45 | 0.25 | 0.38 |
| HSL | 333.8º | 0.29% | 0.48% | - |
| HSV(B) | 333.8º | 0.45% | 0.62% | - |
| XYZ | 20.44 | 15.11 | 18.67 | - |
| YUV | 110.76 | 131.52 | 160.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 86 | 117 | 0 | 0.45 | 0.25 | 0.38 | 333.8 | 0.29 | 0.48 |
| Hex | 9D | 56 | 75 | 0 | 2D | 19 | 26 | 14E | 1D | 30 |
| Octal | 235 | 126 | 165 | 0 | 55 | 31 | 46 | 516 | 35 | 60 |
| Binary | 10011101 | 1010110 | 1110101 | 0 | 101101 | 11001 | 100110 | 101001110 | 11101 | 110000 |
Color Harmonies of #9D5675
Complementary color
Monochromatic Colors of #9D5675
Black with #9D5675
Text Example
Text Example
White with #9D5675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D5675; }
p { color: rgb(157,86,117); }
H1.HeaderClassName
{
color: #9D5675;
}
.AnyTagClassName
{
color: #9D5675;
}
</style>
background-color css
<style>
a { background-color: #9D5675; }
a { background-color: rgb(157,86,117); }
div.DivClassName
{
background-color: #9D5675;
}
.BgClassName
{
background-color: #9D5675;
}
</style>
border-color css
<style>
span { border-color: #9D5675; }
span { border-color: rgb(157,86,117); }
td.TdClassName
{
border-color: #9D5675;
}
.TagClassName
{
border-color: #9D5675;
}
</style>