Shades of Mauve Taupe #9C5673
Tints of Mauve Taupe #9C5673
RGB
CMYK
RGB Variations
Color information
#9C5673 (or 0x9C5673) is known color: Mauve Taupe. HEX triplet: 9C, 56 and 73. RGB value is (156,86,115). Sum of RGB (Red+Green+Blue) = 156+86+115=357 (47% of max value = 765). Red value is 156 (61.33% from 255 or 43.70% from 357); Green value is 86 (33.98% from 255 or 24.09% from 357); Blue value is 115 (45.31% from 255 or 32.21% from 357); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5673 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C5673 is #63A98C. Grayscale: #6E6E6E. Windows color (decimal): -6531469 or 7558812. OLE color: 7558812.
HSL color Cylindrical-coordinate representation of color #9C5673: hue angle of 335.14º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9C5673 is Cyan = 0, Magento = 0.45, Yellow = 0.26 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 86 | 115 | - |
| CMYK | 0 | 0.45 | 0.26 | 0.39 |
| HSL | 335.14º | 0.29% | 0.47% | - |
| HSV(B) | 335.14º | 0.45% | 0.61% | - |
| XYZ | 20.13 | 14.96 | 18.05 | - |
| YUV | 110.24 | 130.69 | 160.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 86 | 115 | 0 | 0.45 | 0.26 | 0.39 | 335.14 | 0.29 | 0.47 |
| Hex | 9C | 56 | 73 | 0 | 2D | 1A | 27 | 14F | 1D | 2F |
| Octal | 234 | 126 | 163 | 0 | 55 | 32 | 47 | 517 | 35 | 57 |
| Binary | 10011100 | 1010110 | 1110011 | 0 | 101101 | 11010 | 100111 | 101001111 | 11101 | 101111 |
Color Harmonies of #9C5673
Complementary color
Monochromatic Colors of #9C5673
Black with #9C5673
Text Example
Text Example
White with #9C5673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C5673; }
p { color: rgb(156,86,115); }
H1.HeaderClassName
{
color: #9C5673;
}
.AnyTagClassName
{
color: #9C5673;
}
</style>
background-color css
<style>
a { background-color: #9C5673; }
a { background-color: rgb(156,86,115); }
div.DivClassName
{
background-color: #9C5673;
}
.BgClassName
{
background-color: #9C5673;
}
</style>
border-color css
<style>
span { border-color: #9C5673; }
span { border-color: rgb(156,86,115); }
td.TdClassName
{
border-color: #9C5673;
}
.TagClassName
{
border-color: #9C5673;
}
</style>