Shades of Mauve Taupe #985875
Tints of Mauve Taupe #985875
RGB
CMYK
RGB Variations
Color information
#985875 (or 0x985875) is known color: Mauve Taupe. HEX triplet: 98, 58 and 75. RGB value is (152,88,117). Sum of RGB (Red+Green+Blue) = 152+88+117=357 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.58% from 357); Green value is 88 (34.77% from 255 or 24.65% from 357); Blue value is 117 (46.09% from 255 or 32.77% from 357); Max value from RGB is 152 - color contains mainly: red. Hex color #985875 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985875 is #67A78A. Grayscale: #6E6E6E. Windows color (decimal): -6793099 or 7690392. OLE color: 7690392.
HSL color Cylindrical-coordinate representation of color #985875: hue angle of 332.81º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #985875 is Cyan = 0, Magento = 0.42, Yellow = 0.23 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 88 | 117 | - |
| CMYK | 0 | 0.42 | 0.23 | 0.40 |
| HSL | 332.81º | 0.27% | 0.47% | - |
| HSV(B) | 332.81º | 0.42% | 0.6% | - |
| XYZ | 19.65 | 14.94 | 18.68 | - |
| YUV | 110.44 | 131.7 | 157.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 88 | 117 | 0 | 0.42 | 0.23 | 0.40 | 332.81 | 0.27 | 0.47 |
| Hex | 98 | 58 | 75 | 0 | 2A | 17 | 28 | 14D | 1B | 2F |
| Octal | 230 | 130 | 165 | 0 | 52 | 27 | 50 | 515 | 33 | 57 |
| Binary | 10011000 | 1011000 | 1110101 | 0 | 101010 | 10111 | 101000 | 101001101 | 11011 | 101111 |
Color Harmonies of #985875
Complementary color
Monochromatic Colors of #985875
Black with #985875
Text Example
Text Example
White with #985875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #985875; }
p { color: rgb(152,88,117); }
H1.HeaderClassName
{
color: #985875;
}
.AnyTagClassName
{
color: #985875;
}
</style>
background-color css
<style>
a { background-color: #985875; }
a { background-color: rgb(152,88,117); }
div.DivClassName
{
background-color: #985875;
}
.BgClassName
{
background-color: #985875;
}
</style>
border-color css
<style>
span { border-color: #985875; }
span { border-color: rgb(152,88,117); }
td.TdClassName
{
border-color: #985875;
}
.TagClassName
{
border-color: #985875;
}
</style>