Shades of Mauve Taupe #9C5E6B
Tints of Mauve Taupe #9C5E6B
RGB
CMYK
RGB Variations
Color information
#9C5E6B (or 0x9C5E6B) is known color: Mauve Taupe. HEX triplet: 9C, 5E and 6B. RGB value is (156,94,107). Sum of RGB (Red+Green+Blue) = 156+94+107=357 (47% of max value = 765). Red value is 156 (61.33% from 255 or 43.70% from 357); Green value is 94 (37.11% from 255 or 26.33% from 357); Blue value is 107 (42.19% from 255 or 29.97% from 357); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5E6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C5E6B is #63A194. Grayscale: #727272. Windows color (decimal): -6529429 or 7036572. OLE color: 7036572.
HSL color Cylindrical-coordinate representation of color #9C5E6B: hue angle of 347.42º degrees, saturation: 0.25, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9C5E6B is Cyan = 0, Magento = 0.40, Yellow = 0.31 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 94 | 107 | - |
| CMYK | 0 | 0.40 | 0.31 | 0.39 |
| HSL | 347.42º | 0.25% | 0.49% | - |
| HSV(B) | 347.42º | 0.4% | 0.61% | - |
| XYZ | 20.37 | 16.13 | 15.95 | - |
| YUV | 114.02 | 124.04 | 157.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 94 | 107 | 0 | 0.40 | 0.31 | 0.39 | 347.42 | 0.25 | 0.49 |
| Hex | 9C | 5E | 6B | 0 | 28 | 1F | 27 | 15B | 19 | 31 |
| Octal | 234 | 136 | 153 | 0 | 50 | 37 | 47 | 533 | 31 | 61 |
| Binary | 10011100 | 1011110 | 1101011 | 0 | 101000 | 11111 | 100111 | 101011011 | 11001 | 110001 |
Color Harmonies of #9C5E6B
Complementary color
Monochromatic Colors of #9C5E6B
Black with #9C5E6B
Text Example
Text Example
White with #9C5E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C5E6B; }
p { color: rgb(156,94,107); }
H1.HeaderClassName
{
color: #9C5E6B;
}
.AnyTagClassName
{
color: #9C5E6B;
}
</style>
background-color css
<style>
a { background-color: #9C5E6B; }
a { background-color: rgb(156,94,107); }
div.DivClassName
{
background-color: #9C5E6B;
}
.BgClassName
{
background-color: #9C5E6B;
}
</style>
border-color css
<style>
span { border-color: #9C5E6B; }
span { border-color: rgb(156,94,107); }
td.TdClassName
{
border-color: #9C5E6B;
}
.TagClassName
{
border-color: #9C5E6B;
}
</style>