Shades of Mauve Taupe #8C596C
Tints of Mauve Taupe #8C596C
RGB
CMYK
RGB Variations
Color information
#8C596C (or 0x8C596C) is known color: Mauve Taupe. HEX triplet: 8C, 59 and 6C. RGB value is (140,89,108). Sum of RGB (Red+Green+Blue) = 140+89+108=337 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.54% from 337); Green value is 89 (35.16% from 255 or 26.41% from 337); Blue value is 108 (42.58% from 255 or 32.05% from 337); Max value from RGB is 140 - color contains mainly: red. Hex color #8C596C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C596C is #73A693. Grayscale: #6A6A6A. Windows color (decimal): -7579284 or 7100812. OLE color: 7100812.
HSL color Cylindrical-coordinate representation of color #8C596C: hue angle of 337.65º 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 #8C596C is Cyan = 0, Magento = 0.36, Yellow = 0.23 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 89 | 108 | - |
| CMYK | 0 | 0.36 | 0.23 | 0.45 |
| HSL | 337.65º | 0.22% | 0.45% | - |
| HSV(B) | 337.65º | 0.36% | 0.55% | - |
| XYZ | 17.09 | 13.8 | 15.95 | - |
| YUV | 106.42 | 128.9 | 151.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 89 | 108 | 0 | 0.36 | 0.23 | 0.45 | 337.65 | 0.22 | 0.45 |
| Hex | 8C | 59 | 6C | 0 | 24 | 17 | 2D | 152 | 16 | 2D |
| Octal | 214 | 131 | 154 | 0 | 44 | 27 | 55 | 522 | 26 | 55 |
| Binary | 10001100 | 1011001 | 1101100 | 0 | 100100 | 10111 | 101101 | 101010010 | 10110 | 101101 |
Color Harmonies of #8C596C
Complementary color
Monochromatic Colors of #8C596C
Black with #8C596C
Text Example
Text Example
White with #8C596C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C596C; }
p { color: rgb(140,89,108); }
H1.HeaderClassName
{
color: #8C596C;
}
.AnyTagClassName
{
color: #8C596C;
}
</style>
background-color css
<style>
a { background-color: #8C596C; }
a { background-color: rgb(140,89,108); }
div.DivClassName
{
background-color: #8C596C;
}
.BgClassName
{
background-color: #8C596C;
}
</style>
border-color css
<style>
span { border-color: #8C596C; }
span { border-color: rgb(140,89,108); }
td.TdClassName
{
border-color: #8C596C;
}
.TagClassName
{
border-color: #8C596C;
}
</style>