Shades of Mauve Taupe #985475
Tints of Mauve Taupe #985475
RGB
CMYK
RGB Variations
Color information
#985475 (or 0x985475) is known color: Mauve Taupe. HEX triplet: 98, 54 and 75. RGB value is (152,84,117). Sum of RGB (Red+Green+Blue) = 152+84+117=353 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.06% from 353); Green value is 84 (33.20% from 255 or 23.80% from 353); Blue value is 117 (46.09% from 255 or 33.14% from 353); Max value from RGB is 152 - color contains mainly: red. Hex color #985475 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985475 is #67AB8A. Grayscale: #6C6C6C. Windows color (decimal): -6794123 or 7689368. OLE color: 7689368.
HSL color Cylindrical-coordinate representation of color #985475: hue angle of 330.88º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #985475 is Cyan = 0, Magento = 0.45, Yellow = 0.23 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 84 | 117 | - |
| CMYK | 0 | 0.45 | 0.23 | 0.40 |
| HSL | 330.88º | 0.29% | 0.46% | - |
| HSV(B) | 330.88º | 0.45% | 0.6% | - |
| XYZ | 19.33 | 14.3 | 18.57 | - |
| YUV | 108.09 | 133.03 | 159.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 84 | 117 | 0 | 0.45 | 0.23 | 0.40 | 330.88 | 0.29 | 0.46 |
| Hex | 98 | 54 | 75 | 0 | 2D | 17 | 28 | 14B | 1D | 2E |
| Octal | 230 | 124 | 165 | 0 | 55 | 27 | 50 | 513 | 35 | 56 |
| Binary | 10011000 | 1010100 | 1110101 | 0 | 101101 | 10111 | 101000 | 101001011 | 11101 | 101110 |
Color Harmonies of #985475
Complementary color
Monochromatic Colors of #985475
Black with #985475
Text Example
Text Example
White with #985475
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #985475; }
p { color: rgb(152,84,117); }
H1.HeaderClassName
{
color: #985475;
}
.AnyTagClassName
{
color: #985475;
}
</style>
background-color css
<style>
a { background-color: #985475; }
a { background-color: rgb(152,84,117); }
div.DivClassName
{
background-color: #985475;
}
.BgClassName
{
background-color: #985475;
}
</style>
border-color css
<style>
span { border-color: #985475; }
span { border-color: rgb(152,84,117); }
td.TdClassName
{
border-color: #985475;
}
.TagClassName
{
border-color: #985475;
}
</style>