Shades of Mauve Taupe #935C70
Tints of Mauve Taupe #935C70
RGB
CMYK
RGB Variations
Color information
#935C70 (or 0x935C70) is known color: Mauve Taupe. HEX triplet: 93, 5C and 70. RGB value is (147,92,112). Sum of RGB (Red+Green+Blue) = 147+92+112=351 (46% of max value = 765). Red value is 147 (57.81% from 255 or 41.88% from 351); Green value is 92 (36.33% from 255 or 26.21% from 351); Blue value is 112 (44.14% from 255 or 31.91% from 351); Max value from RGB is 147 - color contains mainly: red. Hex color #935C70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #935C70 is #6CA38F. Grayscale: #6E6E6E. Windows color (decimal): -7119760 or 7363731. OLE color: 7363731.
HSL color Cylindrical-coordinate representation of color #935C70: hue angle of 338.18º degrees, saturation: 0.23, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #935C70 is Cyan = 0, Magento = 0.37, Yellow = 0.24 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 92 | 112 | - |
| CMYK | 0 | 0.37 | 0.24 | 0.42 |
| HSL | 338.18º | 0.23% | 0.47% | - |
| HSV(B) | 338.18º | 0.37% | 0.58% | - |
| XYZ | 18.78 | 15.03 | 17.24 | - |
| YUV | 110.73 | 128.72 | 153.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 92 | 112 | 0 | 0.37 | 0.24 | 0.42 | 338.18 | 0.23 | 0.47 |
| Hex | 93 | 5C | 70 | 0 | 25 | 18 | 2A | 152 | 17 | 2F |
| Octal | 223 | 134 | 160 | 0 | 45 | 30 | 52 | 522 | 27 | 57 |
| Binary | 10010011 | 1011100 | 1110000 | 0 | 100101 | 11000 | 101010 | 101010010 | 10111 | 101111 |
Color Harmonies of #935C70
Complementary color
Monochromatic Colors of #935C70
Black with #935C70
Text Example
Text Example
White with #935C70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #935C70; }
p { color: rgb(147,92,112); }
H1.HeaderClassName
{
color: #935C70;
}
.AnyTagClassName
{
color: #935C70;
}
</style>
background-color css
<style>
a { background-color: #935C70; }
a { background-color: rgb(147,92,112); }
div.DivClassName
{
background-color: #935C70;
}
.BgClassName
{
background-color: #935C70;
}
</style>
border-color css
<style>
span { border-color: #935C70; }
span { border-color: rgb(147,92,112); }
td.TdClassName
{
border-color: #935C70;
}
.TagClassName
{
border-color: #935C70;
}
</style>