Shades of Mauve Taupe #9C5B6B
Tints of Mauve Taupe #9C5B6B
RGB
CMYK
RGB Variations
Color information
#9C5B6B (or 0x9C5B6B) is known color: Mauve Taupe. HEX triplet: 9C, 5B and 6B. RGB value is (156,91,107). Sum of RGB (Red+Green+Blue) = 156+91+107=354 (46% of max value = 765). Red value is 156 (61.33% from 255 or 44.07% from 354); Green value is 91 (35.94% from 255 or 25.71% from 354); Blue value is 107 (42.19% from 255 or 30.23% from 354); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5B6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C5B6B is #63A494. Grayscale: #707070. Windows color (decimal): -6530197 or 7035804. OLE color: 7035804.
HSL color Cylindrical-coordinate representation of color #9C5B6B: hue angle of 345.23º degrees, saturation: 0.26, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9C5B6B is Cyan = 0, Magento = 0.42, Yellow = 0.31 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 91 | 107 | - |
| CMYK | 0 | 0.42 | 0.31 | 0.39 |
| HSL | 345.23º | 0.26% | 0.48% | - |
| HSV(B) | 345.23º | 0.42% | 0.61% | - |
| XYZ | 20.11 | 15.61 | 15.86 | - |
| YUV | 112.26 | 125.03 | 159.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 91 | 107 | 0 | 0.42 | 0.31 | 0.39 | 345.23 | 0.26 | 0.48 |
| Hex | 9C | 5B | 6B | 0 | 2A | 1F | 27 | 159 | 1A | 30 |
| Octal | 234 | 133 | 153 | 0 | 52 | 37 | 47 | 531 | 32 | 60 |
| Binary | 10011100 | 1011011 | 1101011 | 0 | 101010 | 11111 | 100111 | 101011001 | 11010 | 110000 |
Color Harmonies of #9C5B6B
Complementary color
Monochromatic Colors of #9C5B6B
Black with #9C5B6B
Text Example
Text Example
White with #9C5B6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C5B6B; }
p { color: rgb(156,91,107); }
H1.HeaderClassName
{
color: #9C5B6B;
}
.AnyTagClassName
{
color: #9C5B6B;
}
</style>
background-color css
<style>
a { background-color: #9C5B6B; }
a { background-color: rgb(156,91,107); }
div.DivClassName
{
background-color: #9C5B6B;
}
.BgClassName
{
background-color: #9C5B6B;
}
</style>
border-color css
<style>
span { border-color: #9C5B6B; }
span { border-color: rgb(156,91,107); }
td.TdClassName
{
border-color: #9C5B6B;
}
.TagClassName
{
border-color: #9C5B6B;
}
</style>