Shades of Mauve Taupe #9D596E
Tints of Mauve Taupe #9D596E
RGB
CMYK
RGB Variations
Color information
#9D596E (or 0x9D596E) is known color: Mauve Taupe. HEX triplet: 9D, 59 and 6E. RGB value is (157,89,110). Sum of RGB (Red+Green+Blue) = 157+89+110=356 (47% of max value = 765). Red value is 157 (61.72% from 255 or 44.10% from 356); Green value is 89 (35.16% from 255 or 25% from 356); Blue value is 110 (43.36% from 255 or 30.90% from 356); Max value from RGB is 157 - color contains mainly: red. Hex color #9D596E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D596E is #62A691. Grayscale: #6F6F6F. Windows color (decimal): -6465170 or 7231901. OLE color: 7231901.
HSL color Cylindrical-coordinate representation of color #9D596E: hue angle of 341.47º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9D596E is Cyan = 0, Magento = 0.43, Yellow = 0.30 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 89 | 110 | - |
| CMYK | 0 | 0.43 | 0.30 | 0.38 |
| HSL | 341.47º | 0.28% | 0.48% | - |
| HSV(B) | 341.47º | 0.43% | 0.62% | - |
| XYZ | 20.29 | 15.44 | 16.66 | - |
| YUV | 111.73 | 127.03 | 160.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 89 | 110 | 0 | 0.43 | 0.30 | 0.38 | 341.47 | 0.28 | 0.48 |
| Hex | 9D | 59 | 6E | 0 | 2B | 1E | 26 | 155 | 1C | 30 |
| Octal | 235 | 131 | 156 | 0 | 53 | 36 | 46 | 525 | 34 | 60 |
| Binary | 10011101 | 1011001 | 1101110 | 0 | 101011 | 11110 | 100110 | 101010101 | 11100 | 110000 |
Color Harmonies of #9D596E
Complementary color
Monochromatic Colors of #9D596E
Black with #9D596E
Text Example
Text Example
White with #9D596E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D596E; }
p { color: rgb(157,89,110); }
H1.HeaderClassName
{
color: #9D596E;
}
.AnyTagClassName
{
color: #9D596E;
}
</style>
background-color css
<style>
a { background-color: #9D596E; }
a { background-color: rgb(157,89,110); }
div.DivClassName
{
background-color: #9D596E;
}
.BgClassName
{
background-color: #9D596E;
}
</style>
border-color css
<style>
span { border-color: #9D596E; }
span { border-color: rgb(157,89,110); }
td.TdClassName
{
border-color: #9D596E;
}
.TagClassName
{
border-color: #9D596E;
}
</style>