Shades of Mauve Taupe #905C71
Tints of Mauve Taupe #905C71
RGB
CMYK
RGB Variations
Color information
#905C71 (or 0x905C71) is known color: Mauve Taupe. HEX triplet: 90, 5C and 71. RGB value is (144,92,113). Sum of RGB (Red+Green+Blue) = 144+92+113=349 (46% of max value = 765). Red value is 144 (56.64% from 255 or 41.26% from 349); Green value is 92 (36.33% from 255 or 26.36% from 349); Blue value is 113 (44.53% from 255 or 32.38% from 349); Max value from RGB is 144 - color contains mainly: red. Hex color #905C71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #905C71 is #6FA38E. Grayscale: #6D6D6D. Windows color (decimal): -7316367 or 7429264. OLE color: 7429264.
HSL color Cylindrical-coordinate representation of color #905C71: hue angle of 335.77º degrees, saturation: 0.22, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #905C71 is Cyan = 0, Magento = 0.36, Yellow = 0.22 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 92 | 113 | - |
| CMYK | 0 | 0.36 | 0.22 | 0.44 |
| HSL | 335.77º | 0.22% | 0.46% | - |
| HSV(B) | 335.77º | 0.36% | 0.56% | - |
| XYZ | 18.31 | 14.78 | 17.51 | - |
| YUV | 109.94 | 129.73 | 152.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 92 | 113 | 0 | 0.36 | 0.22 | 0.44 | 335.77 | 0.22 | 0.46 |
| Hex | 90 | 5C | 71 | 0 | 24 | 16 | 2C | 150 | 16 | 2E |
| Octal | 220 | 134 | 161 | 0 | 44 | 26 | 54 | 520 | 26 | 56 |
| Binary | 10010000 | 1011100 | 1110001 | 0 | 100100 | 10110 | 101100 | 101010000 | 10110 | 101110 |
Color Harmonies of #905C71
Complementary color
Monochromatic Colors of #905C71
Black with #905C71
Text Example
Text Example
White with #905C71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #905C71; }
p { color: rgb(144,92,113); }
H1.HeaderClassName
{
color: #905C71;
}
.AnyTagClassName
{
color: #905C71;
}
</style>
background-color css
<style>
a { background-color: #905C71; }
a { background-color: rgb(144,92,113); }
div.DivClassName
{
background-color: #905C71;
}
.BgClassName
{
background-color: #905C71;
}
</style>
border-color css
<style>
span { border-color: #905C71; }
span { border-color: rgb(144,92,113); }
td.TdClassName
{
border-color: #905C71;
}
.TagClassName
{
border-color: #905C71;
}
</style>