Shades of Mauve Taupe #8C5873
Tints of Mauve Taupe #8C5873
RGB
CMYK
RGB Variations
Color information
#8C5873 (or 0x8C5873) is known color: Mauve Taupe. HEX triplet: 8C, 58 and 73. RGB value is (140,88,115). Sum of RGB (Red+Green+Blue) = 140+88+115=343 (45% of max value = 765). Red value is 140 (55.08% from 255 or 40.82% from 343); Green value is 88 (34.77% from 255 or 25.66% from 343); Blue value is 115 (45.31% from 255 or 33.53% from 343); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5873 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C5873 is #73A78C. Grayscale: #6A6A6A. Windows color (decimal): -7579533 or 7559308. OLE color: 7559308.
HSL color Cylindrical-coordinate representation of color #8C5873: hue angle of 328.85º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8C5873 is Cyan = 0, Magento = 0.37, Yellow = 0.18 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 88 | 115 | - |
| CMYK | 0 | 0.37 | 0.18 | 0.45 |
| HSL | 328.85º | 0.23% | 0.45% | - |
| HSV(B) | 328.85º | 0.37% | 0.55% | - |
| XYZ | 17.4 | 13.79 | 17.96 | - |
| YUV | 106.63 | 132.73 | 151.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 88 | 115 | 0 | 0.37 | 0.18 | 0.45 | 328.85 | 0.23 | 0.45 |
| Hex | 8C | 58 | 73 | 0 | 25 | 12 | 2D | 149 | 17 | 2D |
| Octal | 214 | 130 | 163 | 0 | 45 | 22 | 55 | 511 | 27 | 55 |
| Binary | 10001100 | 1011000 | 1110011 | 0 | 100101 | 10010 | 101101 | 101001001 | 10111 | 101101 |
Color Harmonies of #8C5873
Complementary color
Monochromatic Colors of #8C5873
Black with #8C5873
Text Example
Text Example
White with #8C5873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C5873; }
p { color: rgb(140,88,115); }
H1.HeaderClassName
{
color: #8C5873;
}
.AnyTagClassName
{
color: #8C5873;
}
</style>
background-color css
<style>
a { background-color: #8C5873; }
a { background-color: rgb(140,88,115); }
div.DivClassName
{
background-color: #8C5873;
}
.BgClassName
{
background-color: #8C5873;
}
</style>
border-color css
<style>
span { border-color: #8C5873; }
span { border-color: rgb(140,88,115); }
td.TdClassName
{
border-color: #8C5873;
}
.TagClassName
{
border-color: #8C5873;
}
</style>