Shades of Mauve Taupe #9C6078
Tints of Mauve Taupe #9C6078
RGB
CMYK
RGB Variations
Color information
#9C6078 (or 0x9C6078) is known color: Mauve Taupe. HEX triplet: 9C, 60 and 78. RGB value is (156,96,120). Sum of RGB (Red+Green+Blue) = 156+96+120=372 (49% of max value = 765). Red value is 156 (61.33% from 255 or 41.94% from 372); Green value is 96 (37.89% from 255 or 25.81% from 372); Blue value is 120 (47.27% from 255 or 32.26% from 372); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6078 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C6078 is #639F87. Grayscale: #747474. Windows color (decimal): -6528904 or 7889052. OLE color: 7889052.
HSL color Cylindrical-coordinate representation of color #9C6078: hue angle of 336º degrees, saturation: 0.24, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9C6078 is Cyan = 0, Magento = 0.38, Yellow = 0.23 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 96 | 120 | - |
| CMYK | 0 | 0.38 | 0.23 | 0.39 |
| HSL | 336º | 0.24% | 0.49% | - |
| HSV(B) | 336º | 0.38% | 0.61% | - |
| XYZ | 21.28 | 16.79 | 19.89 | - |
| YUV | 116.68 | 129.88 | 156.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 96 | 120 | 0 | 0.38 | 0.23 | 0.39 | 336 | 0.24 | 0.49 |
| Hex | 9C | 60 | 78 | 0 | 26 | 17 | 27 | 150 | 18 | 31 |
| Octal | 234 | 140 | 170 | 0 | 46 | 27 | 47 | 520 | 30 | 61 |
| Binary | 10011100 | 1100000 | 1111000 | 0 | 100110 | 10111 | 100111 | 101010000 | 11000 | 110001 |
Color Harmonies of #9C6078
Complementary color
Monochromatic Colors of #9C6078
Black with #9C6078
Text Example
Text Example
White with #9C6078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C6078; }
p { color: rgb(156,96,120); }
H1.HeaderClassName
{
color: #9C6078;
}
.AnyTagClassName
{
color: #9C6078;
}
</style>
background-color css
<style>
a { background-color: #9C6078; }
a { background-color: rgb(156,96,120); }
div.DivClassName
{
background-color: #9C6078;
}
.BgClassName
{
background-color: #9C6078;
}
</style>
border-color css
<style>
span { border-color: #9C6078; }
span { border-color: rgb(156,96,120); }
td.TdClassName
{
border-color: #9C6078;
}
.TagClassName
{
border-color: #9C6078;
}
</style>