Shades of Mauve Taupe #945875
Tints of Mauve Taupe #945875
RGB
CMYK
RGB Variations
Color information
#945875 (or 0x945875) is known color: Mauve Taupe. HEX triplet: 94, 58 and 75. RGB value is (148,88,117). Sum of RGB (Red+Green+Blue) = 148+88+117=353 (46% of max value = 765). Red value is 148 (58.20% from 255 or 41.93% from 353); Green value is 88 (34.77% from 255 or 24.93% from 353); Blue value is 117 (46.09% from 255 or 33.14% from 353); Max value from RGB is 148 - color contains mainly: red. Hex color #945875 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #945875 is #6BA78A. Grayscale: #6D6D6D. Windows color (decimal): -7055243 or 7690388. OLE color: 7690388.
HSL color Cylindrical-coordinate representation of color #945875: hue angle of 331º degrees, saturation: 0.25, 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 #945875 is Cyan = 0, Magento = 0.41, Yellow = 0.21 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 88 | 117 | - |
| CMYK | 0 | 0.41 | 0.21 | 0.42 |
| HSL | 331º | 0.25% | 0.46% | - |
| HSV(B) | 331º | 0.41% | 0.58% | - |
| XYZ | 18.91 | 14.56 | 18.64 | - |
| YUV | 109.25 | 132.38 | 155.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 88 | 117 | 0 | 0.41 | 0.21 | 0.42 | 331 | 0.25 | 0.46 |
| Hex | 94 | 58 | 75 | 0 | 29 | 15 | 2A | 14B | 19 | 2E |
| Octal | 224 | 130 | 165 | 0 | 51 | 25 | 52 | 513 | 31 | 56 |
| Binary | 10010100 | 1011000 | 1110101 | 0 | 101001 | 10101 | 101010 | 101001011 | 11001 | 101110 |
Color Harmonies of #945875
Complementary color
Monochromatic Colors of #945875
Black with #945875
Text Example
Text Example
White with #945875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #945875; }
p { color: rgb(148,88,117); }
H1.HeaderClassName
{
color: #945875;
}
.AnyTagClassName
{
color: #945875;
}
</style>
background-color css
<style>
a { background-color: #945875; }
a { background-color: rgb(148,88,117); }
div.DivClassName
{
background-color: #945875;
}
.BgClassName
{
background-color: #945875;
}
</style>
border-color css
<style>
span { border-color: #945875; }
span { border-color: rgb(148,88,117); }
td.TdClassName
{
border-color: #945875;
}
.TagClassName
{
border-color: #945875;
}
</style>