Shades of Mauve Taupe #955A73
Tints of Mauve Taupe #955A73
RGB
CMYK
RGB Variations
Color information
#955A73 (or 0x955A73) is known color: Mauve Taupe. HEX triplet: 95, 5A and 73. RGB value is (149,90,115). Sum of RGB (Red+Green+Blue) = 149+90+115=354 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.09% from 354); Green value is 90 (35.55% from 255 or 25.42% from 354); Blue value is 115 (45.31% from 255 or 32.49% from 354); Max value from RGB is 149 - color contains mainly: red. Hex color #955A73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955A73 is #6AA58C. Grayscale: #6E6E6E. Windows color (decimal): -6989197 or 7559829. OLE color: 7559829.
HSL color Cylindrical-coordinate representation of color #955A73: hue angle of 334.58º 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 #955A73 is Cyan = 0, Magento = 0.40, Yellow = 0.23 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 90 | 115 | - |
| CMYK | 0 | 0.40 | 0.23 | 0.42 |
| HSL | 334.58º | 0.25% | 0.47% | - |
| HSV(B) | 334.58º | 0.4% | 0.58% | - |
| XYZ | 19.15 | 14.94 | 18.09 | - |
| YUV | 110.49 | 130.55 | 155.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 90 | 115 | 0 | 0.40 | 0.23 | 0.42 | 334.58 | 0.25 | 0.47 |
| Hex | 95 | 5A | 73 | 0 | 28 | 17 | 2A | 14F | 19 | 2F |
| Octal | 225 | 132 | 163 | 0 | 50 | 27 | 52 | 517 | 31 | 57 |
| Binary | 10010101 | 1011010 | 1110011 | 0 | 101000 | 10111 | 101010 | 101001111 | 11001 | 101111 |
Color Harmonies of #955A73
Complementary color
Monochromatic Colors of #955A73
Black with #955A73
Text Example
Text Example
White with #955A73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955A73; }
p { color: rgb(149,90,115); }
H1.HeaderClassName
{
color: #955A73;
}
.AnyTagClassName
{
color: #955A73;
}
</style>
background-color css
<style>
a { background-color: #955A73; }
a { background-color: rgb(149,90,115); }
div.DivClassName
{
background-color: #955A73;
}
.BgClassName
{
background-color: #955A73;
}
</style>
border-color css
<style>
span { border-color: #955A73; }
span { border-color: rgb(149,90,115); }
td.TdClassName
{
border-color: #955A73;
}
.TagClassName
{
border-color: #955A73;
}
</style>