Shades of Mauve Taupe #9C5773
Tints of Mauve Taupe #9C5773
RGB
CMYK
RGB Variations
Color information
#9C5773 (or 0x9C5773) is known color: Mauve Taupe. HEX triplet: 9C, 57 and 73. RGB value is (156,87,115). Sum of RGB (Red+Green+Blue) = 156+87+115=358 (47% of max value = 765). Red value is 156 (61.33% from 255 or 43.58% from 358); Green value is 87 (34.38% from 255 or 24.30% from 358); Blue value is 115 (45.31% from 255 or 32.12% from 358); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5773 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C5773 is #63A88C. Grayscale: #6E6E6E. Windows color (decimal): -6531213 or 7559068. OLE color: 7559068.
HSL color Cylindrical-coordinate representation of color #9C5773: hue angle of 335.65º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9C5773 is Cyan = 0, Magento = 0.44, Yellow = 0.26 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 87 | 115 | - |
| CMYK | 0 | 0.44 | 0.26 | 0.39 |
| HSL | 335.65º | 0.28% | 0.48% | - |
| HSV(B) | 335.65º | 0.44% | 0.61% | - |
| XYZ | 20.21 | 15.12 | 18.07 | - |
| YUV | 110.82 | 130.36 | 160.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 87 | 115 | 0 | 0.44 | 0.26 | 0.39 | 335.65 | 0.28 | 0.48 |
| Hex | 9C | 57 | 73 | 0 | 2C | 1A | 27 | 150 | 1C | 30 |
| Octal | 234 | 127 | 163 | 0 | 54 | 32 | 47 | 520 | 34 | 60 |
| Binary | 10011100 | 1010111 | 1110011 | 0 | 101100 | 11010 | 100111 | 101010000 | 11100 | 110000 |
Color Harmonies of #9C5773
Complementary color
Monochromatic Colors of #9C5773
Black with #9C5773
Text Example
Text Example
White with #9C5773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C5773; }
p { color: rgb(156,87,115); }
H1.HeaderClassName
{
color: #9C5773;
}
.AnyTagClassName
{
color: #9C5773;
}
</style>
background-color css
<style>
a { background-color: #9C5773; }
a { background-color: rgb(156,87,115); }
div.DivClassName
{
background-color: #9C5773;
}
.BgClassName
{
background-color: #9C5773;
}
</style>
border-color css
<style>
span { border-color: #9C5773; }
span { border-color: rgb(156,87,115); }
td.TdClassName
{
border-color: #9C5773;
}
.TagClassName
{
border-color: #9C5773;
}
</style>