Shades of Mauve Taupe #9C576F
Tints of Mauve Taupe #9C576F
RGB
CMYK
RGB Variations
Color information
#9C576F (or 0x9C576F) is known color: Mauve Taupe. HEX triplet: 9C, 57 and 6F. RGB value is (156,87,111). Sum of RGB (Red+Green+Blue) = 156+87+111=354 (46% of max value = 765). Red value is 156 (61.33% from 255 or 44.07% from 354); Green value is 87 (34.38% from 255 or 24.58% from 354); Blue value is 111 (43.75% from 255 or 31.36% from 354); Max value from RGB is 156 - color contains mainly: red. Hex color #9C576F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C576F is #63A890. Grayscale: #6E6E6E. Windows color (decimal): -6531217 or 7296924. OLE color: 7296924.
HSL color Cylindrical-coordinate representation of color #9C576F: hue angle of 339.13º 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 #9C576F is Cyan = 0, Magento = 0.44, Yellow = 0.29 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 87 | 111 | - |
| CMYK | 0 | 0.44 | 0.29 | 0.39 |
| HSL | 339.13º | 0.28% | 0.48% | - |
| HSV(B) | 339.13º | 0.44% | 0.61% | - |
| XYZ | 19.99 | 15.03 | 16.89 | - |
| YUV | 110.37 | 128.36 | 160.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 87 | 111 | 0 | 0.44 | 0.29 | 0.39 | 339.13 | 0.28 | 0.48 |
| Hex | 9C | 57 | 6F | 0 | 2C | 1D | 27 | 153 | 1C | 30 |
| Octal | 234 | 127 | 157 | 0 | 54 | 35 | 47 | 523 | 34 | 60 |
| Binary | 10011100 | 1010111 | 1101111 | 0 | 101100 | 11101 | 100111 | 101010011 | 11100 | 110000 |
Color Harmonies of #9C576F
Complementary color
Monochromatic Colors of #9C576F
Black with #9C576F
Text Example
Text Example
White with #9C576F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C576F; }
p { color: rgb(156,87,111); }
H1.HeaderClassName
{
color: #9C576F;
}
.AnyTagClassName
{
color: #9C576F;
}
</style>
background-color css
<style>
a { background-color: #9C576F; }
a { background-color: rgb(156,87,111); }
div.DivClassName
{
background-color: #9C576F;
}
.BgClassName
{
background-color: #9C576F;
}
</style>
border-color css
<style>
span { border-color: #9C576F; }
span { border-color: rgb(156,87,111); }
td.TdClassName
{
border-color: #9C576F;
}
.TagClassName
{
border-color: #9C576F;
}
</style>