Shades of Mauve Taupe #985870
Tints of Mauve Taupe #985870
RGB
CMYK
RGB Variations
Color information
#985870 (or 0x985870) is known color: Mauve Taupe. HEX triplet: 98, 58 and 70. RGB value is (152,88,112). Sum of RGB (Red+Green+Blue) = 152+88+112=352 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.18% from 352); Green value is 88 (34.77% from 255 or 25% from 352); Blue value is 112 (44.14% from 255 or 31.82% from 352); Max value from RGB is 152 - color contains mainly: red. Hex color #985870 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985870 is #67A78F. Grayscale: #6D6D6D. Windows color (decimal): -6793104 or 7362712. OLE color: 7362712.
HSL color Cylindrical-coordinate representation of color #985870: hue angle of 337.5º 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 #985870 is Cyan = 0, Magento = 0.42, Yellow = 0.26 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 88 | 112 | - |
| CMYK | 0 | 0.42 | 0.26 | 0.40 |
| HSL | 337.5º | 0.27% | 0.47% | - |
| HSV(B) | 337.5º | 0.42% | 0.6% | - |
| XYZ | 19.36 | 14.82 | 17.17 | - |
| YUV | 109.87 | 129.2 | 158.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 88 | 112 | 0 | 0.42 | 0.26 | 0.40 | 337.5 | 0.27 | 0.47 |
| Hex | 98 | 58 | 70 | 0 | 2A | 1A | 28 | 152 | 1B | 2F |
| Octal | 230 | 130 | 160 | 0 | 52 | 32 | 50 | 522 | 33 | 57 |
| Binary | 10011000 | 1011000 | 1110000 | 0 | 101010 | 11010 | 101000 | 101010010 | 11011 | 101111 |
Color Harmonies of #985870
Complementary color
Monochromatic Colors of #985870
Black with #985870
Text Example
Text Example
White with #985870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #985870; }
p { color: rgb(152,88,112); }
H1.HeaderClassName
{
color: #985870;
}
.AnyTagClassName
{
color: #985870;
}
</style>
background-color css
<style>
a { background-color: #985870; }
a { background-color: rgb(152,88,112); }
div.DivClassName
{
background-color: #985870;
}
.BgClassName
{
background-color: #985870;
}
</style>
border-color css
<style>
span { border-color: #985870; }
span { border-color: rgb(152,88,112); }
td.TdClassName
{
border-color: #985870;
}
.TagClassName
{
border-color: #985870;
}
</style>