Shades of Mauve Taupe #8C5A73
Tints of Mauve Taupe #8C5A73
RGB
CMYK
RGB Variations
Color information
#8C5A73 (or 0x8C5A73) is known color: Mauve Taupe. HEX triplet: 8C, 5A and 73. RGB value is (140,90,115). Sum of RGB (Red+Green+Blue) = 140+90+115=345 (45% of max value = 765). Red value is 140 (55.08% from 255 or 40.58% from 345); Green value is 90 (35.55% from 255 or 26.09% from 345); Blue value is 115 (45.31% from 255 or 33.33% from 345); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5A73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C5A73 is #73A58C. Grayscale: #6B6B6B. Windows color (decimal): -7579021 or 7559820. OLE color: 7559820.
HSL color Cylindrical-coordinate representation of color #8C5A73: hue angle of 330º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8C5A73 is Cyan = 0, Magento = 0.36, Yellow = 0.18 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 90 | 115 | - |
| CMYK | 0 | 0.36 | 0.18 | 0.45 |
| HSL | 330º | 0.22% | 0.45% | - |
| HSV(B) | 330º | 0.36% | 0.55% | - |
| XYZ | 17.57 | 14.13 | 18.02 | - |
| YUV | 107.8 | 132.07 | 150.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 90 | 115 | 0 | 0.36 | 0.18 | 0.45 | 330 | 0.22 | 0.45 |
| Hex | 8C | 5A | 73 | 0 | 24 | 12 | 2D | 14A | 16 | 2D |
| Octal | 214 | 132 | 163 | 0 | 44 | 22 | 55 | 512 | 26 | 55 |
| Binary | 10001100 | 1011010 | 1110011 | 0 | 100100 | 10010 | 101101 | 101001010 | 10110 | 101101 |
Color Harmonies of #8C5A73
Complementary color
Monochromatic Colors of #8C5A73
Black with #8C5A73
Text Example
Text Example
White with #8C5A73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C5A73; }
p { color: rgb(140,90,115); }
H1.HeaderClassName
{
color: #8C5A73;
}
.AnyTagClassName
{
color: #8C5A73;
}
</style>
background-color css
<style>
a { background-color: #8C5A73; }
a { background-color: rgb(140,90,115); }
div.DivClassName
{
background-color: #8C5A73;
}
.BgClassName
{
background-color: #8C5A73;
}
</style>
border-color css
<style>
span { border-color: #8C5A73; }
span { border-color: rgb(140,90,115); }
td.TdClassName
{
border-color: #8C5A73;
}
.TagClassName
{
border-color: #8C5A73;
}
</style>