Shades of Mauve Taupe #8C626E
Tints of Mauve Taupe #8C626E
RGB
CMYK
RGB Variations
Color information
#8C626E (or 0x8C626E) is known color: Mauve Taupe. HEX triplet: 8C, 62 and 6E. RGB value is (140,98,110). Sum of RGB (Red+Green+Blue) = 140+98+110=348 (46% of max value = 765). Red value is 140 (55.08% from 255 or 40.23% from 348); Green value is 98 (38.67% from 255 or 28.16% from 348); Blue value is 110 (43.36% from 255 or 31.61% from 348); Max value from RGB is 140 - color contains mainly: red. Hex color #8C626E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C626E is #739D91. Grayscale: #6F6F6F. Windows color (decimal): -7576978 or 7234188. OLE color: 7234188.
HSL color Cylindrical-coordinate representation of color #8C626E: hue angle of 342.86º degrees, saturation: 0.18, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8C626E is Cyan = 0, Magento = 0.3, Yellow = 0.21 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 98 | 110 | - |
| CMYK | 0 | 0.3 | 0.21 | 0.45 |
| HSL | 342.86º | 0.18% | 0.47% | - |
| HSV(B) | 342.86º | 0.3% | 0.55% | - |
| XYZ | 18 | 15.44 | 16.78 | - |
| YUV | 111.93 | 126.91 | 148.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 98 | 110 | 0 | 0.3 | 0.21 | 0.45 | 342.86 | 0.18 | 0.47 |
| Hex | 8C | 62 | 6E | 0 | 1E | 15 | 2D | 157 | 12 | 2F |
| Octal | 214 | 142 | 156 | 0 | 36 | 25 | 55 | 527 | 22 | 57 |
| Binary | 10001100 | 1100010 | 1101110 | 0 | 11110 | 10101 | 101101 | 101010111 | 10010 | 101111 |
Color Harmonies of #8C626E
Complementary color
Monochromatic Colors of #8C626E
Black with #8C626E
Text Example
Text Example
White with #8C626E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C626E; }
p { color: rgb(140,98,110); }
H1.HeaderClassName
{
color: #8C626E;
}
.AnyTagClassName
{
color: #8C626E;
}
</style>
background-color css
<style>
a { background-color: #8C626E; }
a { background-color: rgb(140,98,110); }
div.DivClassName
{
background-color: #8C626E;
}
.BgClassName
{
background-color: #8C626E;
}
</style>
border-color css
<style>
span { border-color: #8C626E; }
span { border-color: rgb(140,98,110); }
td.TdClassName
{
border-color: #8C626E;
}
.TagClassName
{
border-color: #8C626E;
}
</style>