Shades of Mauve Taupe #8C5C6E
Tints of Mauve Taupe #8C5C6E
RGB
CMYK
RGB Variations
Color information
#8C5C6E (or 0x8C5C6E) is known color: Mauve Taupe. HEX triplet: 8C, 5C and 6E. RGB value is (140,92,110). Sum of RGB (Red+Green+Blue) = 140+92+110=342 (45% of max value = 765). Red value is 140 (55.08% from 255 or 40.94% from 342); Green value is 92 (36.33% from 255 or 26.90% from 342); Blue value is 110 (43.36% from 255 or 32.16% from 342); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5C6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C5C6E is #73A391. Grayscale: #6C6C6C. Windows color (decimal): -7578514 or 7232652. OLE color: 7232652.
HSL color Cylindrical-coordinate representation of color #8C5C6E: hue angle of 337.5º degrees, saturation: 0.21, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8C5C6E is Cyan = 0, Magento = 0.34, Yellow = 0.21 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 92 | 110 | - |
| CMYK | 0 | 0.34 | 0.21 | 0.45 |
| HSL | 337.5º | 0.21% | 0.45% | - |
| HSV(B) | 337.5º | 0.34% | 0.55% | - |
| XYZ | 17.46 | 14.36 | 16.6 | - |
| YUV | 108.4 | 128.9 | 150.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 92 | 110 | 0 | 0.34 | 0.21 | 0.45 | 337.5 | 0.21 | 0.45 |
| Hex | 8C | 5C | 6E | 0 | 22 | 15 | 2D | 152 | 15 | 2D |
| Octal | 214 | 134 | 156 | 0 | 42 | 25 | 55 | 522 | 25 | 55 |
| Binary | 10001100 | 1011100 | 1101110 | 0 | 100010 | 10101 | 101101 | 101010010 | 10101 | 101101 |
Color Harmonies of #8C5C6E
Complementary color
Monochromatic Colors of #8C5C6E
Black with #8C5C6E
Text Example
Text Example
White with #8C5C6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C5C6E; }
p { color: rgb(140,92,110); }
H1.HeaderClassName
{
color: #8C5C6E;
}
.AnyTagClassName
{
color: #8C5C6E;
}
</style>
background-color css
<style>
a { background-color: #8C5C6E; }
a { background-color: rgb(140,92,110); }
div.DivClassName
{
background-color: #8C5C6E;
}
.BgClassName
{
background-color: #8C5C6E;
}
</style>
border-color css
<style>
span { border-color: #8C5C6E; }
span { border-color: rgb(140,92,110); }
td.TdClassName
{
border-color: #8C5C6E;
}
.TagClassName
{
border-color: #8C5C6E;
}
</style>