Shades of Mauve Taupe #905C75
Tints of Mauve Taupe #905C75
RGB
CMYK
RGB Variations
Color information
#905C75 (or 0x905C75) is known color: Mauve Taupe. HEX triplet: 90, 5C and 75. RGB value is (144,92,117). Sum of RGB (Red+Green+Blue) = 144+92+117=353 (46% of max value = 765). Red value is 144 (56.64% from 255 or 40.79% from 353); Green value is 92 (36.33% from 255 or 26.06% from 353); Blue value is 117 (46.09% from 255 or 33.14% from 353); Max value from RGB is 144 - color contains mainly: red. Hex color #905C75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #905C75 is #6FA38A. Grayscale: #6E6E6E. Windows color (decimal): -7316363 or 7691408. OLE color: 7691408.
HSL color Cylindrical-coordinate representation of color #905C75: hue angle of 331.15º 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 #905C75 is Cyan = 0, Magento = 0.36, Yellow = 0.19 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 92 | 117 | - |
| CMYK | 0 | 0.36 | 0.19 | 0.44 |
| HSL | 331.15º | 0.22% | 0.46% | - |
| HSV(B) | 331.15º | 0.36% | 0.56% | - |
| XYZ | 18.54 | 14.87 | 18.72 | - |
| YUV | 110.4 | 131.73 | 151.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 92 | 117 | 0 | 0.36 | 0.19 | 0.44 | 331.15 | 0.22 | 0.46 |
| Hex | 90 | 5C | 75 | 0 | 24 | 13 | 2C | 14B | 16 | 2E |
| Octal | 220 | 134 | 165 | 0 | 44 | 23 | 54 | 513 | 26 | 56 |
| Binary | 10010000 | 1011100 | 1110101 | 0 | 100100 | 10011 | 101100 | 101001011 | 10110 | 101110 |
Color Harmonies of #905C75
Complementary color
Monochromatic Colors of #905C75
Black with #905C75
Text Example
Text Example
White with #905C75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #905C75; }
p { color: rgb(144,92,117); }
H1.HeaderClassName
{
color: #905C75;
}
.AnyTagClassName
{
color: #905C75;
}
</style>
background-color css
<style>
a { background-color: #905C75; }
a { background-color: rgb(144,92,117); }
div.DivClassName
{
background-color: #905C75;
}
.BgClassName
{
background-color: #905C75;
}
</style>
border-color css
<style>
span { border-color: #905C75; }
span { border-color: rgb(144,92,117); }
td.TdClassName
{
border-color: #905C75;
}
.TagClassName
{
border-color: #905C75;
}
</style>