Shades of Mauve Taupe #995C71
Tints of Mauve Taupe #995C71
RGB
CMYK
RGB Variations
Color information
#995C71 (or 0x995C71) is known color: Mauve Taupe. HEX triplet: 99, 5C and 71. RGB value is (153,92,113). Sum of RGB (Red+Green+Blue) = 153+92+113=358 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.74% from 358); Green value is 92 (36.33% from 255 or 25.70% from 358); Blue value is 113 (44.53% from 255 or 31.56% from 358); Max value from RGB is 153 - color contains mainly: red. Hex color #995C71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995C71 is #66A38E. Grayscale: #707070. Windows color (decimal): -6726543 or 7429273. OLE color: 7429273.
HSL color Cylindrical-coordinate representation of color #995C71: hue angle of 339.34º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #995C71 is Cyan = 0, Magento = 0.40, Yellow = 0.26 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 92 | 113 | - |
| CMYK | 0 | 0.40 | 0.26 | 0.4 |
| HSL | 339.34º | 0.25% | 0.48% | - |
| HSV(B) | 339.34º | 0.4% | 0.6% | - |
| XYZ | 19.94 | 15.62 | 17.59 | - |
| YUV | 112.63 | 128.21 | 156.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 92 | 113 | 0 | 0.40 | 0.26 | 0.4 | 339.34 | 0.25 | 0.48 |
| Hex | 99 | 5C | 71 | 0 | 28 | 1A | 28 | 153 | 19 | 30 |
| Octal | 231 | 134 | 161 | 0 | 50 | 32 | 50 | 523 | 31 | 60 |
| Binary | 10011001 | 1011100 | 1110001 | 0 | 101000 | 11010 | 101000 | 101010011 | 11001 | 110000 |
Color Harmonies of #995C71
Complementary color
Monochromatic Colors of #995C71
Black with #995C71
Text Example
Text Example
White with #995C71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995C71; }
p { color: rgb(153,92,113); }
H1.HeaderClassName
{
color: #995C71;
}
.AnyTagClassName
{
color: #995C71;
}
</style>
background-color css
<style>
a { background-color: #995C71; }
a { background-color: rgb(153,92,113); }
div.DivClassName
{
background-color: #995C71;
}
.BgClassName
{
background-color: #995C71;
}
</style>
border-color css
<style>
span { border-color: #995C71; }
span { border-color: rgb(153,92,113); }
td.TdClassName
{
border-color: #995C71;
}
.TagClassName
{
border-color: #995C71;
}
</style>