Shades of Mauve Taupe #955972
Tints of Mauve Taupe #955972
RGB
CMYK
RGB Variations
Color information
#955972 (or 0x955972) is known color: Mauve Taupe. HEX triplet: 95, 59 and 72. RGB value is (149,89,114). Sum of RGB (Red+Green+Blue) = 149+89+114=352 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.33% from 352); Green value is 89 (35.16% from 255 or 25.28% from 352); Blue value is 114 (44.92% from 255 or 32.39% from 352); Max value from RGB is 149 - color contains mainly: red. Hex color #955972 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955972 is #6AA68D. Grayscale: #6D6D6D. Windows color (decimal): -6989454 or 7494037. OLE color: 7494037.
HSL color Cylindrical-coordinate representation of color #955972: hue angle of 335º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #955972 is Cyan = 0, Magento = 0.40, Yellow = 0.23 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 89 | 114 | - |
| CMYK | 0 | 0.40 | 0.23 | 0.42 |
| HSL | 335º | 0.25% | 0.47% | - |
| HSV(B) | 335º | 0.4% | 0.58% | - |
| XYZ | 19 | 14.75 | 17.76 | - |
| YUV | 109.79 | 130.38 | 155.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 89 | 114 | 0 | 0.40 | 0.23 | 0.42 | 335 | 0.25 | 0.47 |
| Hex | 95 | 59 | 72 | 0 | 28 | 17 | 2A | 14F | 19 | 2F |
| Octal | 225 | 131 | 162 | 0 | 50 | 27 | 52 | 517 | 31 | 57 |
| Binary | 10010101 | 1011001 | 1110010 | 0 | 101000 | 10111 | 101010 | 101001111 | 11001 | 101111 |
Color Harmonies of #955972
Complementary color
Monochromatic Colors of #955972
Black with #955972
Text Example
Text Example
White with #955972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955972; }
p { color: rgb(149,89,114); }
H1.HeaderClassName
{
color: #955972;
}
.AnyTagClassName
{
color: #955972;
}
</style>
background-color css
<style>
a { background-color: #955972; }
a { background-color: rgb(149,89,114); }
div.DivClassName
{
background-color: #955972;
}
.BgClassName
{
background-color: #955972;
}
</style>
border-color css
<style>
span { border-color: #955972; }
span { border-color: rgb(149,89,114); }
td.TdClassName
{
border-color: #955972;
}
.TagClassName
{
border-color: #955972;
}
</style>