Shades of Mauve Taupe #8C5F68
Tints of Mauve Taupe #8C5F68
RGB
CMYK
RGB Variations
Color information
#8C5F68 (or 0x8C5F68) is known color: Mauve Taupe. HEX triplet: 8C, 5F and 68. RGB value is (140,95,104). Sum of RGB (Red+Green+Blue) = 140+95+104=339 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.30% from 339); Green value is 95 (37.5% from 255 or 28.02% from 339); Blue value is 104 (41.02% from 255 or 30.68% from 339); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5F68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C5F68 is #73A097. Grayscale: #6D6D6D. Windows color (decimal): -7577752 or 6840204. OLE color: 6840204.
HSL color Cylindrical-coordinate representation of color #8C5F68: hue angle of 348º degrees, saturation: 0.19, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8C5F68 is Cyan = 0, Magento = 0.32, Yellow = 0.26 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 95 | 104 | - |
| CMYK | 0 | 0.32 | 0.26 | 0.45 |
| HSL | 348º | 0.19% | 0.46% | - |
| HSV(B) | 348º | 0.32% | 0.55% | - |
| XYZ | 17.41 | 14.76 | 15.03 | - |
| YUV | 109.48 | 124.91 | 149.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 95 | 104 | 0 | 0.32 | 0.26 | 0.45 | 348 | 0.19 | 0.46 |
| Hex | 8C | 5F | 68 | 0 | 20 | 1A | 2D | 15C | 13 | 2E |
| Octal | 214 | 137 | 150 | 0 | 40 | 32 | 55 | 534 | 23 | 56 |
| Binary | 10001100 | 1011111 | 1101000 | 0 | 100000 | 11010 | 101101 | 101011100 | 10011 | 101110 |
Color Harmonies of #8C5F68
Complementary color
Monochromatic Colors of #8C5F68
Black with #8C5F68
Text Example
Text Example
White with #8C5F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C5F68; }
p { color: rgb(140,95,104); }
H1.HeaderClassName
{
color: #8C5F68;
}
.AnyTagClassName
{
color: #8C5F68;
}
</style>
background-color css
<style>
a { background-color: #8C5F68; }
a { background-color: rgb(140,95,104); }
div.DivClassName
{
background-color: #8C5F68;
}
.BgClassName
{
background-color: #8C5F68;
}
</style>
border-color css
<style>
span { border-color: #8C5F68; }
span { border-color: rgb(140,95,104); }
td.TdClassName
{
border-color: #8C5F68;
}
.TagClassName
{
border-color: #8C5F68;
}
</style>