Shades of Mauve Taupe #9C5E70
Tints of Mauve Taupe #9C5E70
RGB
CMYK
RGB Variations
Color information
#9C5E70 (or 0x9C5E70) is known color: Mauve Taupe. HEX triplet: 9C, 5E and 70. RGB value is (156,94,112). Sum of RGB (Red+Green+Blue) = 156+94+112=362 (47% of max value = 765). Red value is 156 (61.33% from 255 or 43.09% from 362); Green value is 94 (37.11% from 255 or 25.97% from 362); Blue value is 112 (44.14% from 255 or 30.94% from 362); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5E70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C5E70 is #63A18F. Grayscale: #727272. Windows color (decimal): -6529424 or 7364252. OLE color: 7364252.
HSL color Cylindrical-coordinate representation of color #9C5E70: hue angle of 342.58º degrees, saturation: 0.25, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9C5E70 is Cyan = 0, Magento = 0.40, Yellow = 0.28 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 94 | 112 | - |
| CMYK | 0 | 0.40 | 0.28 | 0.39 |
| HSL | 342.58º | 0.25% | 0.49% | - |
| HSV(B) | 342.58º | 0.4% | 0.61% | - |
| XYZ | 20.64 | 16.24 | 17.38 | - |
| YUV | 114.59 | 126.54 | 157.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 94 | 112 | 0 | 0.40 | 0.28 | 0.39 | 342.58 | 0.25 | 0.49 |
| Hex | 9C | 5E | 70 | 0 | 28 | 1C | 27 | 157 | 19 | 31 |
| Octal | 234 | 136 | 160 | 0 | 50 | 34 | 47 | 527 | 31 | 61 |
| Binary | 10011100 | 1011110 | 1110000 | 0 | 101000 | 11100 | 100111 | 101010111 | 11001 | 110001 |
Color Harmonies of #9C5E70
Complementary color
Monochromatic Colors of #9C5E70
Black with #9C5E70
Text Example
Text Example
White with #9C5E70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C5E70; }
p { color: rgb(156,94,112); }
H1.HeaderClassName
{
color: #9C5E70;
}
.AnyTagClassName
{
color: #9C5E70;
}
</style>
background-color css
<style>
a { background-color: #9C5E70; }
a { background-color: rgb(156,94,112); }
div.DivClassName
{
background-color: #9C5E70;
}
.BgClassName
{
background-color: #9C5E70;
}
</style>
border-color css
<style>
span { border-color: #9C5E70; }
span { border-color: rgb(156,94,112); }
td.TdClassName
{
border-color: #9C5E70;
}
.TagClassName
{
border-color: #9C5E70;
}
</style>