Shades of Mauve Taupe #9C5D6B
Tints of Mauve Taupe #9C5D6B
RGB
CMYK
RGB Variations
Color information
#9C5D6B (or 0x9C5D6B) is known color: Mauve Taupe. HEX triplet: 9C, 5D and 6B. RGB value is (156,93,107). Sum of RGB (Red+Green+Blue) = 156+93+107=356 (47% of max value = 765). Red value is 156 (61.33% from 255 or 43.82% from 356); Green value is 93 (36.72% from 255 or 26.12% from 356); Blue value is 107 (42.19% from 255 or 30.06% from 356); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5D6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C5D6B is #63A294. Grayscale: #717171. Windows color (decimal): -6529685 or 7036316. OLE color: 7036316.
HSL color Cylindrical-coordinate representation of color #9C5D6B: hue angle of 346.67º 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 #9C5D6B is Cyan = 0, Magento = 0.40, Yellow = 0.31 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 93 | 107 | - |
| CMYK | 0 | 0.40 | 0.31 | 0.39 |
| HSL | 346.67º | 0.25% | 0.49% | - |
| HSV(B) | 346.67º | 0.4% | 0.61% | - |
| XYZ | 20.28 | 15.96 | 15.92 | - |
| YUV | 113.43 | 124.37 | 158.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 93 | 107 | 0 | 0.40 | 0.31 | 0.39 | 346.67 | 0.25 | 0.49 |
| Hex | 9C | 5D | 6B | 0 | 28 | 1F | 27 | 15B | 19 | 31 |
| Octal | 234 | 135 | 153 | 0 | 50 | 37 | 47 | 533 | 31 | 61 |
| Binary | 10011100 | 1011101 | 1101011 | 0 | 101000 | 11111 | 100111 | 101011011 | 11001 | 110001 |
Color Harmonies of #9C5D6B
Complementary color
Monochromatic Colors of #9C5D6B
Black with #9C5D6B
Text Example
Text Example
White with #9C5D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C5D6B; }
p { color: rgb(156,93,107); }
H1.HeaderClassName
{
color: #9C5D6B;
}
.AnyTagClassName
{
color: #9C5D6B;
}
</style>
background-color css
<style>
a { background-color: #9C5D6B; }
a { background-color: rgb(156,93,107); }
div.DivClassName
{
background-color: #9C5D6B;
}
.BgClassName
{
background-color: #9C5D6B;
}
</style>
border-color css
<style>
span { border-color: #9C5D6B; }
span { border-color: rgb(156,93,107); }
td.TdClassName
{
border-color: #9C5D6B;
}
.TagClassName
{
border-color: #9C5D6B;
}
</style>