Shades of Mauve Taupe #9D6279
Tints of Mauve Taupe #9D6279
RGB
CMYK
RGB Variations
Color information
#9D6279 (or 0x9D6279) is known color: Mauve Taupe. HEX triplet: 9D, 62 and 79. RGB value is (157,98,121). Sum of RGB (Red+Green+Blue) = 157+98+121=376 (49% of max value = 765). Red value is 157 (61.72% from 255 or 41.76% from 376); Green value is 98 (38.67% from 255 or 26.06% from 376); Blue value is 121 (47.66% from 255 or 32.18% from 376); Max value from RGB is 157 - color contains mainly: red. Hex color #9D6279 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D6279 is #629D86. Grayscale: #767676. Windows color (decimal): -6462855 or 7955101. OLE color: 7955101.
HSL color Cylindrical-coordinate representation of color #9D6279: hue angle of 336.61º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9D6279 is Cyan = 0, Magento = 0.38, Yellow = 0.23 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 98 | 121 | - |
| CMYK | 0 | 0.38 | 0.23 | 0.38 |
| HSL | 336.61º | 0.23% | 0.5% | - |
| HSV(B) | 336.61º | 0.38% | 0.62% | - |
| XYZ | 21.72 | 17.28 | 20.28 | - |
| YUV | 118.26 | 129.55 | 155.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 98 | 121 | 0 | 0.38 | 0.23 | 0.38 | 336.61 | 0.23 | 0.5 |
| Hex | 9D | 62 | 79 | 0 | 26 | 17 | 26 | 151 | 17 | 32 |
| Octal | 235 | 142 | 171 | 0 | 46 | 27 | 46 | 521 | 27 | 62 |
| Binary | 10011101 | 1100010 | 1111001 | 0 | 100110 | 10111 | 100110 | 101010001 | 10111 | 110010 |
Color Harmonies of #9D6279
Complementary color
Monochromatic Colors of #9D6279
Black with #9D6279
Text Example
Text Example
White with #9D6279
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D6279; }
p { color: rgb(157,98,121); }
H1.HeaderClassName
{
color: #9D6279;
}
.AnyTagClassName
{
color: #9D6279;
}
</style>
background-color css
<style>
a { background-color: #9D6279; }
a { background-color: rgb(157,98,121); }
div.DivClassName
{
background-color: #9D6279;
}
.BgClassName
{
background-color: #9D6279;
}
</style>
border-color css
<style>
span { border-color: #9D6279; }
span { border-color: rgb(157,98,121); }
td.TdClassName
{
border-color: #9D6279;
}
.TagClassName
{
border-color: #9D6279;
}
</style>