Shades of Mauve Taupe #9C5C6B
Tints of Mauve Taupe #9C5C6B
RGB
CMYK
RGB Variations
Color information
#9C5C6B (or 0x9C5C6B) is known color: Mauve Taupe. HEX triplet: 9C, 5C and 6B. RGB value is (156,92,107). Sum of RGB (Red+Green+Blue) = 156+92+107=355 (47% of max value = 765). Red value is 156 (61.33% from 255 or 43.94% from 355); Green value is 92 (36.33% from 255 or 25.92% from 355); Blue value is 107 (42.19% from 255 or 30.14% from 355); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5C6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C5C6B is #63A394. Grayscale: #707070. Windows color (decimal): -6529941 or 7036060. OLE color: 7036060.
HSL color Cylindrical-coordinate representation of color #9C5C6B: hue angle of 345.94º degrees, saturation: 0.26, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9C5C6B is Cyan = 0, Magento = 0.41, Yellow = 0.31 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 92 | 107 | - |
| CMYK | 0 | 0.41 | 0.31 | 0.39 |
| HSL | 345.94º | 0.26% | 0.49% | - |
| HSV(B) | 345.94º | 0.41% | 0.61% | - |
| XYZ | 20.19 | 15.78 | 15.89 | - |
| YUV | 112.85 | 124.7 | 158.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 92 | 107 | 0 | 0.41 | 0.31 | 0.39 | 345.94 | 0.26 | 0.49 |
| Hex | 9C | 5C | 6B | 0 | 29 | 1F | 27 | 15A | 1A | 31 |
| Octal | 234 | 134 | 153 | 0 | 51 | 37 | 47 | 532 | 32 | 61 |
| Binary | 10011100 | 1011100 | 1101011 | 0 | 101001 | 11111 | 100111 | 101011010 | 11010 | 110001 |
Color Harmonies of #9C5C6B
Complementary color
Monochromatic Colors of #9C5C6B
Black with #9C5C6B
Text Example
Text Example
White with #9C5C6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C5C6B; }
p { color: rgb(156,92,107); }
H1.HeaderClassName
{
color: #9C5C6B;
}
.AnyTagClassName
{
color: #9C5C6B;
}
</style>
background-color css
<style>
a { background-color: #9C5C6B; }
a { background-color: rgb(156,92,107); }
div.DivClassName
{
background-color: #9C5C6B;
}
.BgClassName
{
background-color: #9C5C6B;
}
</style>
border-color css
<style>
span { border-color: #9C5C6B; }
span { border-color: rgb(156,92,107); }
td.TdClassName
{
border-color: #9C5C6B;
}
.TagClassName
{
border-color: #9C5C6B;
}
</style>