Shades of Mauve Taupe #946266
Tints of Mauve Taupe #946266
RGB
CMYK
RGB Variations
Color information
#946266 (or 0x946266) is known color: Mauve Taupe. HEX triplet: 94, 62 and 66. RGB value is (148,98,102). Sum of RGB (Red+Green+Blue) = 148+98+102=348 (46% of max value = 765). Red value is 148 (58.20% from 255 or 42.53% from 348); Green value is 98 (38.67% from 255 or 28.16% from 348); Blue value is 102 (40.23% from 255 or 29.31% from 348); Max value from RGB is 148 - color contains mainly: red. Hex color #946266 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946266 is #6B9D99. Grayscale: #717171. Windows color (decimal): -7052698 or 6709908. OLE color: 6709908.
HSL color Cylindrical-coordinate representation of color #946266: hue angle of 355.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 #946266 is Cyan = 0, Magento = 0.34, Yellow = 0.31 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 98 | 102 | - |
| CMYK | 0 | 0.34 | 0.31 | 0.42 |
| HSL | 355.2º | 0.2% | 0.48% | - |
| HSV(B) | 355.2º | 0.34% | 0.58% | - |
| XYZ | 18.98 | 15.99 | 14.66 | - |
| YUV | 113.41 | 121.57 | 152.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 98 | 102 | 0 | 0.34 | 0.31 | 0.42 | 355.2 | 0.2 | 0.48 |
| Hex | 94 | 62 | 66 | 0 | 22 | 1F | 2A | 163 | 14 | 30 |
| Octal | 224 | 142 | 146 | 0 | 42 | 37 | 52 | 543 | 24 | 60 |
| Binary | 10010100 | 1100010 | 1100110 | 0 | 100010 | 11111 | 101010 | 101100011 | 10100 | 110000 |
Color Harmonies of #946266
Complementary color
Monochromatic Colors of #946266
Black with #946266
Text Example
Text Example
White with #946266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #946266; }
p { color: rgb(148,98,102); }
H1.HeaderClassName
{
color: #946266;
}
.AnyTagClassName
{
color: #946266;
}
</style>
background-color css
<style>
a { background-color: #946266; }
a { background-color: rgb(148,98,102); }
div.DivClassName
{
background-color: #946266;
}
.BgClassName
{
background-color: #946266;
}
</style>
border-color css
<style>
span { border-color: #946266; }
span { border-color: rgb(148,98,102); }
td.TdClassName
{
border-color: #946266;
}
.TagClassName
{
border-color: #946266;
}
</style>