Shades of Mauve Taupe #956273
Tints of Mauve Taupe #956273
RGB
CMYK
RGB Variations
Color information
#956273 (or 0x956273) is known color: Mauve Taupe. HEX triplet: 95, 62 and 73. RGB value is (149,98,115). Sum of RGB (Red+Green+Blue) = 149+98+115=362 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.16% from 362); Green value is 98 (38.67% from 255 or 27.07% from 362); Blue value is 115 (45.31% from 255 or 31.77% from 362); Max value from RGB is 149 - color contains mainly: red. Hex color #956273 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956273 is #6A9D8C. Grayscale: #737373. Windows color (decimal): -6987149 or 7561877. OLE color: 7561877.
HSL color Cylindrical-coordinate representation of color #956273: hue angle of 340º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #956273 is Cyan = 0, Magento = 0.34, Yellow = 0.23 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 98 | 115 | - |
| CMYK | 0 | 0.34 | 0.23 | 0.42 |
| HSL | 340º | 0.21% | 0.48% | - |
| HSV(B) | 340º | 0.34% | 0.58% | - |
| XYZ | 19.86 | 16.36 | 18.33 | - |
| YUV | 115.19 | 127.9 | 152.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 98 | 115 | 0 | 0.34 | 0.23 | 0.42 | 340 | 0.21 | 0.48 |
| Hex | 95 | 62 | 73 | 0 | 22 | 17 | 2A | 154 | 15 | 30 |
| Octal | 225 | 142 | 163 | 0 | 42 | 27 | 52 | 524 | 25 | 60 |
| Binary | 10010101 | 1100010 | 1110011 | 0 | 100010 | 10111 | 101010 | 101010100 | 10101 | 110000 |
Color Harmonies of #956273
Complementary color
Monochromatic Colors of #956273
Black with #956273
Text Example
Text Example
White with #956273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #956273; }
p { color: rgb(149,98,115); }
H1.HeaderClassName
{
color: #956273;
}
.AnyTagClassName
{
color: #956273;
}
</style>
background-color css
<style>
a { background-color: #956273; }
a { background-color: rgb(149,98,115); }
div.DivClassName
{
background-color: #956273;
}
.BgClassName
{
background-color: #956273;
}
</style>
border-color css
<style>
span { border-color: #956273; }
span { border-color: rgb(149,98,115); }
td.TdClassName
{
border-color: #956273;
}
.TagClassName
{
border-color: #956273;
}
</style>