Shades of Mauve Taupe #985C6C
Tints of Mauve Taupe #985C6C
RGB
CMYK
RGB Variations
Color information
#985C6C (or 0x985C6C) is known color: Mauve Taupe. HEX triplet: 98, 5C and 6C. RGB value is (152,92,108). Sum of RGB (Red+Green+Blue) = 152+92+108=352 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.18% from 352); Green value is 92 (36.33% from 255 or 26.14% from 352); Blue value is 108 (42.58% from 255 or 30.68% from 352); Max value from RGB is 152 - color contains mainly: red. Hex color #985C6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985C6C is #67A393. Grayscale: #6F6F6F. Windows color (decimal): -6792084 or 7101592. OLE color: 7101592.
HSL color Cylindrical-coordinate representation of color #985C6C: hue angle of 344º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #985C6C is Cyan = 0, Magento = 0.39, Yellow = 0.29 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 92 | 108 | - |
| CMYK | 0 | 0.39 | 0.29 | 0.40 |
| HSL | 344º | 0.25% | 0.48% | - |
| HSV(B) | 344º | 0.39% | 0.6% | - |
| XYZ | 19.48 | 15.41 | 16.14 | - |
| YUV | 111.76 | 125.88 | 156.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 92 | 108 | 0 | 0.39 | 0.29 | 0.40 | 344 | 0.25 | 0.48 |
| Hex | 98 | 5C | 6C | 0 | 27 | 1D | 28 | 158 | 19 | 30 |
| Octal | 230 | 134 | 154 | 0 | 47 | 35 | 50 | 530 | 31 | 60 |
| Binary | 10011000 | 1011100 | 1101100 | 0 | 100111 | 11101 | 101000 | 101011000 | 11001 | 110000 |
Color Harmonies of #985C6C
Complementary color
Monochromatic Colors of #985C6C
Black with #985C6C
Text Example
Text Example
White with #985C6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #985C6C; }
p { color: rgb(152,92,108); }
H1.HeaderClassName
{
color: #985C6C;
}
.AnyTagClassName
{
color: #985C6C;
}
</style>
background-color css
<style>
a { background-color: #985C6C; }
a { background-color: rgb(152,92,108); }
div.DivClassName
{
background-color: #985C6C;
}
.BgClassName
{
background-color: #985C6C;
}
</style>
border-color css
<style>
span { border-color: #985C6C; }
span { border-color: rgb(152,92,108); }
td.TdClassName
{
border-color: #985C6C;
}
.TagClassName
{
border-color: #985C6C;
}
</style>