Shades of Mauve Taupe #995C75
Tints of Mauve Taupe #995C75
RGB
CMYK
RGB Variations
Color information
#995C75 (or 0x995C75) is known color: Mauve Taupe. HEX triplet: 99, 5C and 75. RGB value is (153,92,117). Sum of RGB (Red+Green+Blue) = 153+92+117=362 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.27% from 362); Green value is 92 (36.33% from 255 or 25.41% from 362); Blue value is 117 (46.09% from 255 or 32.32% from 362); Max value from RGB is 153 - color contains mainly: red. Hex color #995C75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995C75 is #66A38A. Grayscale: #717171. Windows color (decimal): -6726539 or 7691417. OLE color: 7691417.
HSL color Cylindrical-coordinate representation of color #995C75: hue angle of 335.41º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #995C75 is Cyan = 0, Magento = 0.40, Yellow = 0.24 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 92 | 117 | - |
| CMYK | 0 | 0.40 | 0.24 | 0.4 |
| HSL | 335.41º | 0.25% | 0.48% | - |
| HSV(B) | 335.41º | 0.4% | 0.6% | - |
| XYZ | 20.17 | 15.71 | 18.8 | - |
| YUV | 113.09 | 130.21 | 156.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 92 | 117 | 0 | 0.40 | 0.24 | 0.4 | 335.41 | 0.25 | 0.48 |
| Hex | 99 | 5C | 75 | 0 | 28 | 18 | 28 | 14F | 19 | 30 |
| Octal | 231 | 134 | 165 | 0 | 50 | 30 | 50 | 517 | 31 | 60 |
| Binary | 10011001 | 1011100 | 1110101 | 0 | 101000 | 11000 | 101000 | 101001111 | 11001 | 110000 |
Color Harmonies of #995C75
Complementary color
Monochromatic Colors of #995C75
Black with #995C75
Text Example
Text Example
White with #995C75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995C75; }
p { color: rgb(153,92,117); }
H1.HeaderClassName
{
color: #995C75;
}
.AnyTagClassName
{
color: #995C75;
}
</style>
background-color css
<style>
a { background-color: #995C75; }
a { background-color: rgb(153,92,117); }
div.DivClassName
{
background-color: #995C75;
}
.BgClassName
{
background-color: #995C75;
}
</style>
border-color css
<style>
span { border-color: #995C75; }
span { border-color: rgb(153,92,117); }
td.TdClassName
{
border-color: #995C75;
}
.TagClassName
{
border-color: #995C75;
}
</style>