Shades of Mauve Taupe #946274
Tints of Mauve Taupe #946274
RGB
CMYK
RGB Variations
Color information
#946274 (or 0x946274) is known color: Mauve Taupe. HEX triplet: 94, 62 and 74. RGB value is (148,98,116). Sum of RGB (Red+Green+Blue) = 148+98+116=362 (47% of max value = 765). Red value is 148 (58.20% from 255 or 40.88% from 362); Green value is 98 (38.67% from 255 or 27.07% from 362); Blue value is 116 (45.70% from 255 or 32.04% from 362); Max value from RGB is 148 - color contains mainly: red. Hex color #946274 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946274 is #6B9D8B. Grayscale: #727272. Windows color (decimal): -7052684 or 7627412. OLE color: 7627412.
HSL color Cylindrical-coordinate representation of color #946274: hue angle of 338.4º 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 #946274 is Cyan = 0, Magento = 0.34, Yellow = 0.22 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 98 | 116 | - |
| CMYK | 0 | 0.34 | 0.22 | 0.42 |
| HSL | 338.4º | 0.2% | 0.48% | - |
| HSV(B) | 338.4º | 0.34% | 0.58% | - |
| XYZ | 19.73 | 16.29 | 18.63 | - |
| YUV | 115 | 128.57 | 151.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 98 | 116 | 0 | 0.34 | 0.22 | 0.42 | 338.4 | 0.2 | 0.48 |
| Hex | 94 | 62 | 74 | 0 | 22 | 16 | 2A | 152 | 14 | 30 |
| Octal | 224 | 142 | 164 | 0 | 42 | 26 | 52 | 522 | 24 | 60 |
| Binary | 10010100 | 1100010 | 1110100 | 0 | 100010 | 10110 | 101010 | 101010010 | 10100 | 110000 |
Color Harmonies of #946274
Complementary color
Monochromatic Colors of #946274
Black with #946274
Text Example
Text Example
White with #946274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #946274; }
p { color: rgb(148,98,116); }
H1.HeaderClassName
{
color: #946274;
}
.AnyTagClassName
{
color: #946274;
}
</style>
background-color css
<style>
a { background-color: #946274; }
a { background-color: rgb(148,98,116); }
div.DivClassName
{
background-color: #946274;
}
.BgClassName
{
background-color: #946274;
}
</style>
border-color css
<style>
span { border-color: #946274; }
span { border-color: rgb(148,98,116); }
td.TdClassName
{
border-color: #946274;
}
.TagClassName
{
border-color: #946274;
}
</style>