Shades of Mauve Taupe #94556F
Tints of Mauve Taupe #94556F
RGB
CMYK
RGB Variations
Color information
#94556F (or 0x94556F) is known color: Mauve Taupe. HEX triplet: 94, 55 and 6F. RGB value is (148,85,111). Sum of RGB (Red+Green+Blue) = 148+85+111=344 (45% of max value = 765). Red value is 148 (58.20% from 255 or 43.02% from 344); Green value is 85 (33.59% from 255 or 24.71% from 344); Blue value is 111 (43.75% from 255 or 32.27% from 344); Max value from RGB is 148 - color contains mainly: red. Hex color #94556F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94556F is #6BAA90. Grayscale: #6A6A6A. Windows color (decimal): -7056017 or 7296404. OLE color: 7296404.
HSL color Cylindrical-coordinate representation of color #94556F: hue angle of 335.24º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #94556F is Cyan = 0, Magento = 0.43, Yellow = 0.25 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 85 | 111 | - |
| CMYK | 0 | 0.43 | 0.25 | 0.42 |
| HSL | 335.24º | 0.27% | 0.46% | - |
| HSV(B) | 335.24º | 0.43% | 0.58% | - |
| XYZ | 18.33 | 13.94 | 16.76 | - |
| YUV | 106.8 | 130.37 | 157.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 85 | 111 | 0 | 0.43 | 0.25 | 0.42 | 335.24 | 0.27 | 0.46 |
| Hex | 94 | 55 | 6F | 0 | 2B | 19 | 2A | 14F | 1B | 2E |
| Octal | 224 | 125 | 157 | 0 | 53 | 31 | 52 | 517 | 33 | 56 |
| Binary | 10010100 | 1010101 | 1101111 | 0 | 101011 | 11001 | 101010 | 101001111 | 11011 | 101110 |
Color Harmonies of #94556F
Complementary color
Monochromatic Colors of #94556F
Black with #94556F
Text Example
Text Example
White with #94556F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94556F; }
p { color: rgb(148,85,111); }
H1.HeaderClassName
{
color: #94556F;
}
.AnyTagClassName
{
color: #94556F;
}
</style>
background-color css
<style>
a { background-color: #94556F; }
a { background-color: rgb(148,85,111); }
div.DivClassName
{
background-color: #94556F;
}
.BgClassName
{
background-color: #94556F;
}
</style>
border-color css
<style>
span { border-color: #94556F; }
span { border-color: rgb(148,85,111); }
td.TdClassName
{
border-color: #94556F;
}
.TagClassName
{
border-color: #94556F;
}
</style>