Shades of Mauve Taupe #9C6270
Tints of Mauve Taupe #9C6270
RGB
CMYK
RGB Variations
Color information
#9C6270 (or 0x9C6270) is known color: Mauve Taupe. HEX triplet: 9C, 62 and 70. RGB value is (156,98,112). Sum of RGB (Red+Green+Blue) = 156+98+112=366 (48% of max value = 765). Red value is 156 (61.33% from 255 or 42.62% from 366); Green value is 98 (38.67% from 255 or 26.78% from 366); Blue value is 112 (44.14% from 255 or 30.60% from 366); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6270 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C6270 is #639D8F. Grayscale: #747474. Windows color (decimal): -6528400 or 7365276. OLE color: 7365276.
HSL color Cylindrical-coordinate representation of color #9C6270: hue angle of 345.52º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9C6270 is Cyan = 0, Magento = 0.37, Yellow = 0.28 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 98 | 112 | - |
| CMYK | 0 | 0.37 | 0.28 | 0.39 |
| HSL | 345.52º | 0.23% | 0.5% | - |
| HSV(B) | 345.52º | 0.37% | 0.61% | - |
| XYZ | 21 | 16.97 | 17.5 | - |
| YUV | 116.94 | 125.22 | 155.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 98 | 112 | 0 | 0.37 | 0.28 | 0.39 | 345.52 | 0.23 | 0.5 |
| Hex | 9C | 62 | 70 | 0 | 25 | 1C | 27 | 15A | 17 | 32 |
| Octal | 234 | 142 | 160 | 0 | 45 | 34 | 47 | 532 | 27 | 62 |
| Binary | 10011100 | 1100010 | 1110000 | 0 | 100101 | 11100 | 100111 | 101011010 | 10111 | 110010 |
Color Harmonies of #9C6270
Complementary color
Monochromatic Colors of #9C6270
Black with #9C6270
Text Example
Text Example
White with #9C6270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C6270; }
p { color: rgb(156,98,112); }
H1.HeaderClassName
{
color: #9C6270;
}
.AnyTagClassName
{
color: #9C6270;
}
</style>
background-color css
<style>
a { background-color: #9C6270; }
a { background-color: rgb(156,98,112); }
div.DivClassName
{
background-color: #9C6270;
}
.BgClassName
{
background-color: #9C6270;
}
</style>
border-color css
<style>
span { border-color: #9C6270; }
span { border-color: rgb(156,98,112); }
td.TdClassName
{
border-color: #9C6270;
}
.TagClassName
{
border-color: #9C6270;
}
</style>