Shades of Mauve Taupe #9C596C
Tints of Mauve Taupe #9C596C
RGB
CMYK
RGB Variations
Color information
#9C596C (or 0x9C596C) is known color: Mauve Taupe. HEX triplet: 9C, 59 and 6C. RGB value is (156,89,108). Sum of RGB (Red+Green+Blue) = 156+89+108=353 (46% of max value = 765). Red value is 156 (61.33% from 255 or 44.19% from 353); Green value is 89 (35.16% from 255 or 25.21% from 353); Blue value is 108 (42.58% from 255 or 30.59% from 353); Max value from RGB is 156 - color contains mainly: red. Hex color #9C596C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C596C is #63A693. Grayscale: #6F6F6F. Windows color (decimal): -6530708 or 7100828. OLE color: 7100828.
HSL color Cylindrical-coordinate representation of color #9C596C: hue angle of 342.99º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9C596C is Cyan = 0, Magento = 0.43, Yellow = 0.31 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 89 | 108 | - |
| CMYK | 0 | 0.43 | 0.31 | 0.39 |
| HSL | 342.99º | 0.27% | 0.48% | - |
| HSV(B) | 342.99º | 0.43% | 0.61% | - |
| XYZ | 19.99 | 15.3 | 16.09 | - |
| YUV | 111.2 | 126.2 | 159.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 89 | 108 | 0 | 0.43 | 0.31 | 0.39 | 342.99 | 0.27 | 0.48 |
| Hex | 9C | 59 | 6C | 0 | 2B | 1F | 27 | 157 | 1B | 30 |
| Octal | 234 | 131 | 154 | 0 | 53 | 37 | 47 | 527 | 33 | 60 |
| Binary | 10011100 | 1011001 | 1101100 | 0 | 101011 | 11111 | 100111 | 101010111 | 11011 | 110000 |
Color Harmonies of #9C596C
Complementary color
Monochromatic Colors of #9C596C
Black with #9C596C
Text Example
Text Example
White with #9C596C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C596C; }
p { color: rgb(156,89,108); }
H1.HeaderClassName
{
color: #9C596C;
}
.AnyTagClassName
{
color: #9C596C;
}
</style>
background-color css
<style>
a { background-color: #9C596C; }
a { background-color: rgb(156,89,108); }
div.DivClassName
{
background-color: #9C596C;
}
.BgClassName
{
background-color: #9C596C;
}
</style>
border-color css
<style>
span { border-color: #9C596C; }
span { border-color: rgb(156,89,108); }
td.TdClassName
{
border-color: #9C596C;
}
.TagClassName
{
border-color: #9C596C;
}
</style>