Shades of Mauve Taupe #946275
Tints of Mauve Taupe #946275
RGB
CMYK
RGB Variations
Color information
#946275 (or 0x946275) is known color: Mauve Taupe. HEX triplet: 94, 62 and 75. RGB value is (148,98,117). Sum of RGB (Red+Green+Blue) = 148+98+117=363 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.77% from 363); Green value is 98 (38.67% from 255 or 27.00% from 363); Blue value is 117 (46.09% from 255 or 32.23% from 363); Max value from RGB is 148 - color contains mainly: red. Hex color #946275 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946275 is #6B9D8A. Grayscale: #737373. Windows color (decimal): -7052683 or 7692948. OLE color: 7692948.
HSL color Cylindrical-coordinate representation of color #946275: hue angle of 337.2º degrees, saturation: 0.2, 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 #946275 is Cyan = 0, Magento = 0.34, Yellow = 0.21 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 98 | 117 | - |
| CMYK | 0 | 0.34 | 0.21 | 0.42 |
| HSL | 337.2º | 0.2% | 0.48% | - |
| HSV(B) | 337.2º | 0.34% | 0.58% | - |
| XYZ | 19.79 | 16.32 | 18.94 | - |
| YUV | 115.12 | 129.07 | 151.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 98 | 117 | 0 | 0.34 | 0.21 | 0.42 | 337.2 | 0.2 | 0.48 |
| Hex | 94 | 62 | 75 | 0 | 22 | 15 | 2A | 151 | 14 | 30 |
| Octal | 224 | 142 | 165 | 0 | 42 | 25 | 52 | 521 | 24 | 60 |
| Binary | 10010100 | 1100010 | 1110101 | 0 | 100010 | 10101 | 101010 | 101010001 | 10100 | 110000 |
Color Harmonies of #946275
Complementary color
Monochromatic Colors of #946275
Black with #946275
Text Example
Text Example
White with #946275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #946275; }
p { color: rgb(148,98,117); }
H1.HeaderClassName
{
color: #946275;
}
.AnyTagClassName
{
color: #946275;
}
</style>
background-color css
<style>
a { background-color: #946275; }
a { background-color: rgb(148,98,117); }
div.DivClassName
{
background-color: #946275;
}
.BgClassName
{
background-color: #946275;
}
</style>
border-color css
<style>
span { border-color: #946275; }
span { border-color: rgb(148,98,117); }
td.TdClassName
{
border-color: #946275;
}
.TagClassName
{
border-color: #946275;
}
</style>