Shades of Mauve Taupe #9C5574
Tints of Mauve Taupe #9C5574
RGB
CMYK
RGB Variations
Color information
#9C5574 (or 0x9C5574) is known color: Mauve Taupe. HEX triplet: 9C, 55 and 74. RGB value is (156,85,116). Sum of RGB (Red+Green+Blue) = 156+85+116=357 (47% of max value = 765). Red value is 156 (61.33% from 255 or 43.70% from 357); Green value is 85 (33.59% from 255 or 23.81% from 357); Blue value is 116 (45.70% from 255 or 32.49% from 357); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5574 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C5574 is #63AA8B. Grayscale: #6D6D6D. Windows color (decimal): -6531724 or 7624092. OLE color: 7624092.
HSL color Cylindrical-coordinate representation of color #9C5574: hue angle of 333.8º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9C5574 is Cyan = 0, Magento = 0.46, Yellow = 0.26 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 85 | 116 | - |
| CMYK | 0 | 0.46 | 0.26 | 0.39 |
| HSL | 333.8º | 0.29% | 0.47% | - |
| HSV(B) | 333.8º | 0.46% | 0.61% | - |
| XYZ | 20.11 | 14.83 | 18.32 | - |
| YUV | 109.76 | 131.52 | 160.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 85 | 116 | 0 | 0.46 | 0.26 | 0.39 | 333.8 | 0.29 | 0.47 |
| Hex | 9C | 55 | 74 | 0 | 2E | 1A | 27 | 14E | 1D | 2F |
| Octal | 234 | 125 | 164 | 0 | 56 | 32 | 47 | 516 | 35 | 57 |
| Binary | 10011100 | 1010101 | 1110100 | 0 | 101110 | 11010 | 100111 | 101001110 | 11101 | 101111 |
Color Harmonies of #9C5574
Complementary color
Monochromatic Colors of #9C5574
Black with #9C5574
Text Example
Text Example
White with #9C5574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C5574; }
p { color: rgb(156,85,116); }
H1.HeaderClassName
{
color: #9C5574;
}
.AnyTagClassName
{
color: #9C5574;
}
</style>
background-color css
<style>
a { background-color: #9C5574; }
a { background-color: rgb(156,85,116); }
div.DivClassName
{
background-color: #9C5574;
}
.BgClassName
{
background-color: #9C5574;
}
</style>
border-color css
<style>
span { border-color: #9C5574; }
span { border-color: rgb(156,85,116); }
td.TdClassName
{
border-color: #9C5574;
}
.TagClassName
{
border-color: #9C5574;
}
</style>