Shades of Mauve Taupe #955875
Tints of Mauve Taupe #955875
RGB
CMYK
RGB Variations
Color information
#955875 (or 0x955875) is known color: Mauve Taupe. HEX triplet: 95, 58 and 75. RGB value is (149,88,117). Sum of RGB (Red+Green+Blue) = 149+88+117=354 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.09% from 354); Green value is 88 (34.77% from 255 or 24.86% from 354); Blue value is 117 (46.09% from 255 or 33.05% from 354); Max value from RGB is 149 - color contains mainly: red. Hex color #955875 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955875 is #6AA78A. Grayscale: #6D6D6D. Windows color (decimal): -6989707 or 7690389. OLE color: 7690389.
HSL color Cylindrical-coordinate representation of color #955875: hue angle of 331.48º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #955875 is Cyan = 0, Magento = 0.41, Yellow = 0.21 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 88 | 117 | - |
| CMYK | 0 | 0.41 | 0.21 | 0.42 |
| HSL | 331.48º | 0.26% | 0.46% | - |
| HSV(B) | 331.48º | 0.41% | 0.58% | - |
| XYZ | 19.1 | 14.65 | 18.65 | - |
| YUV | 109.55 | 132.21 | 156.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 88 | 117 | 0 | 0.41 | 0.21 | 0.42 | 331.48 | 0.26 | 0.46 |
| Hex | 95 | 58 | 75 | 0 | 29 | 15 | 2A | 14B | 1A | 2E |
| Octal | 225 | 130 | 165 | 0 | 51 | 25 | 52 | 513 | 32 | 56 |
| Binary | 10010101 | 1011000 | 1110101 | 0 | 101001 | 10101 | 101010 | 101001011 | 11010 | 101110 |
Color Harmonies of #955875
Complementary color
Monochromatic Colors of #955875
Black with #955875
Text Example
Text Example
White with #955875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955875; }
p { color: rgb(149,88,117); }
H1.HeaderClassName
{
color: #955875;
}
.AnyTagClassName
{
color: #955875;
}
</style>
background-color css
<style>
a { background-color: #955875; }
a { background-color: rgb(149,88,117); }
div.DivClassName
{
background-color: #955875;
}
.BgClassName
{
background-color: #955875;
}
</style>
border-color css
<style>
span { border-color: #955875; }
span { border-color: rgb(149,88,117); }
td.TdClassName
{
border-color: #955875;
}
.TagClassName
{
border-color: #955875;
}
</style>