Shades of Mauve Taupe #946175
Tints of Mauve Taupe #946175
RGB
CMYK
RGB Variations
Color information
#946175 (or 0x946175) is known color: Mauve Taupe. HEX triplet: 94, 61 and 75. RGB value is (148,97,117). Sum of RGB (Red+Green+Blue) = 148+97+117=362 (47% of max value = 765). Red value is 148 (58.20% from 255 or 40.88% from 362); Green value is 97 (38.28% from 255 or 26.80% from 362); Blue value is 117 (46.09% from 255 or 32.32% from 362); Max value from RGB is 148 - color contains mainly: red. Hex color #946175 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946175 is #6B9E8A. Grayscale: #727272. Windows color (decimal): -7052939 or 7692692. OLE color: 7692692.
HSL color Cylindrical-coordinate representation of color #946175: hue angle of 336.47º 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 #946175 is Cyan = 0, Magento = 0.34, Yellow = 0.21 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 97 | 117 | - |
| CMYK | 0 | 0.34 | 0.21 | 0.42 |
| HSL | 336.47º | 0.21% | 0.48% | - |
| HSV(B) | 336.47º | 0.34% | 0.58% | - |
| XYZ | 19.7 | 16.13 | 18.9 | - |
| YUV | 114.53 | 129.4 | 151.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 97 | 117 | 0 | 0.34 | 0.21 | 0.42 | 336.47 | 0.21 | 0.48 |
| Hex | 94 | 61 | 75 | 0 | 22 | 15 | 2A | 150 | 15 | 30 |
| Octal | 224 | 141 | 165 | 0 | 42 | 25 | 52 | 520 | 25 | 60 |
| Binary | 10010100 | 1100001 | 1110101 | 0 | 100010 | 10101 | 101010 | 101010000 | 10101 | 110000 |
Color Harmonies of #946175
Complementary color
Monochromatic Colors of #946175
Black with #946175
Text Example
Text Example
White with #946175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #946175; }
p { color: rgb(148,97,117); }
H1.HeaderClassName
{
color: #946175;
}
.AnyTagClassName
{
color: #946175;
}
</style>
background-color css
<style>
a { background-color: #946175; }
a { background-color: rgb(148,97,117); }
div.DivClassName
{
background-color: #946175;
}
.BgClassName
{
background-color: #946175;
}
</style>
border-color css
<style>
span { border-color: #946175; }
span { border-color: rgb(148,97,117); }
td.TdClassName
{
border-color: #946175;
}
.TagClassName
{
border-color: #946175;
}
</style>