Shades of Mauve Taupe #946174
Tints of Mauve Taupe #946174
RGB
CMYK
RGB Variations
Color information
#946174 (or 0x946174) is known color: Mauve Taupe. HEX triplet: 94, 61 and 74. RGB value is (148,97,116). Sum of RGB (Red+Green+Blue) = 148+97+116=361 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.00% from 361); Green value is 97 (38.28% from 255 or 26.87% from 361); Blue value is 116 (45.70% from 255 or 32.13% from 361); Max value from RGB is 148 - color contains mainly: red. Hex color #946174 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946174 is #6B9E8B. Grayscale: #727272. Windows color (decimal): -7052940 or 7627156. OLE color: 7627156.
HSL color Cylindrical-coordinate representation of color #946174: hue angle of 337.65º 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 #946174 is Cyan = 0, Magento = 0.34, Yellow = 0.22 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 97 | 116 | - |
| CMYK | 0 | 0.34 | 0.22 | 0.42 |
| HSL | 337.65º | 0.21% | 0.48% | - |
| HSV(B) | 337.65º | 0.34% | 0.58% | - |
| XYZ | 19.64 | 16.11 | 18.6 | - |
| YUV | 114.42 | 128.9 | 151.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 97 | 116 | 0 | 0.34 | 0.22 | 0.42 | 337.65 | 0.21 | 0.48 |
| Hex | 94 | 61 | 74 | 0 | 22 | 16 | 2A | 152 | 15 | 30 |
| Octal | 224 | 141 | 164 | 0 | 42 | 26 | 52 | 522 | 25 | 60 |
| Binary | 10010100 | 1100001 | 1110100 | 0 | 100010 | 10110 | 101010 | 101010010 | 10101 | 110000 |
Color Harmonies of #946174
Complementary color
Monochromatic Colors of #946174
Black with #946174
Text Example
Text Example
White with #946174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #946174; }
p { color: rgb(148,97,116); }
H1.HeaderClassName
{
color: #946174;
}
.AnyTagClassName
{
color: #946174;
}
</style>
background-color css
<style>
a { background-color: #946174; }
a { background-color: rgb(148,97,116); }
div.DivClassName
{
background-color: #946174;
}
.BgClassName
{
background-color: #946174;
}
</style>
border-color css
<style>
span { border-color: #946174; }
span { border-color: rgb(148,97,116); }
td.TdClassName
{
border-color: #946174;
}
.TagClassName
{
border-color: #946174;
}
</style>