Shades of Mauve Taupe #985575
Tints of Mauve Taupe #985575
RGB
CMYK
RGB Variations
Color information
#985575 (or 0x985575) is known color: Mauve Taupe. HEX triplet: 98, 55 and 75. RGB value is (152,85,117). Sum of RGB (Red+Green+Blue) = 152+85+117=354 (46% of max value = 765). Red value is 152 (59.77% from 255 or 42.94% from 354); Green value is 85 (33.59% from 255 or 24.01% from 354); Blue value is 117 (46.09% from 255 or 33.05% from 354); Max value from RGB is 152 - color contains mainly: red. Hex color #985575 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985575 is #67AA8A. Grayscale: #6C6C6C. Windows color (decimal): -6793867 or 7689624. OLE color: 7689624.
HSL color Cylindrical-coordinate representation of color #985575: hue angle of 331.34º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #985575 is Cyan = 0, Magento = 0.44, Yellow = 0.23 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 85 | 117 | - |
| CMYK | 0 | 0.44 | 0.23 | 0.40 |
| HSL | 331.34º | 0.28% | 0.46% | - |
| HSV(B) | 331.34º | 0.44% | 0.6% | - |
| XYZ | 19.41 | 14.46 | 18.6 | - |
| YUV | 108.68 | 132.7 | 158.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 85 | 117 | 0 | 0.44 | 0.23 | 0.40 | 331.34 | 0.28 | 0.46 |
| Hex | 98 | 55 | 75 | 0 | 2C | 17 | 28 | 14B | 1C | 2E |
| Octal | 230 | 125 | 165 | 0 | 54 | 27 | 50 | 513 | 34 | 56 |
| Binary | 10011000 | 1010101 | 1110101 | 0 | 101100 | 10111 | 101000 | 101001011 | 11100 | 101110 |
Color Harmonies of #985575
Complementary color
Monochromatic Colors of #985575
Black with #985575
Text Example
Text Example
White with #985575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #985575; }
p { color: rgb(152,85,117); }
H1.HeaderClassName
{
color: #985575;
}
.AnyTagClassName
{
color: #985575;
}
</style>
background-color css
<style>
a { background-color: #985575; }
a { background-color: rgb(152,85,117); }
div.DivClassName
{
background-color: #985575;
}
.BgClassName
{
background-color: #985575;
}
</style>
border-color css
<style>
span { border-color: #985575; }
span { border-color: rgb(152,85,117); }
td.TdClassName
{
border-color: #985575;
}
.TagClassName
{
border-color: #985575;
}
</style>