Shades of Mauve Taupe #8C5F66
Tints of Mauve Taupe #8C5F66
RGB
CMYK
RGB Variations
Color information
#8C5F66 (or 0x8C5F66) is known color: Mauve Taupe. HEX triplet: 8C, 5F and 66. RGB value is (140,95,102). Sum of RGB (Red+Green+Blue) = 140+95+102=337 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.54% from 337); Green value is 95 (37.5% from 255 or 28.19% from 337); Blue value is 102 (40.23% from 255 or 30.27% from 337); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5F66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C5F66 is #73A099. Grayscale: #6D6D6D. Windows color (decimal): -7577754 or 6709132. OLE color: 6709132.
HSL color Cylindrical-coordinate representation of color #8C5F66: hue angle of 350.67º 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 #8C5F66 is Cyan = 0, Magento = 0.32, Yellow = 0.27 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 95 | 102 | - |
| CMYK | 0 | 0.32 | 0.27 | 0.45 |
| HSL | 350.67º | 0.19% | 0.46% | - |
| HSV(B) | 350.67º | 0.32% | 0.55% | - |
| XYZ | 17.31 | 14.72 | 14.5 | - |
| YUV | 109.25 | 123.91 | 149.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 95 | 102 | 0 | 0.32 | 0.27 | 0.45 | 350.67 | 0.19 | 0.46 |
| Hex | 8C | 5F | 66 | 0 | 20 | 1B | 2D | 15F | 13 | 2E |
| Octal | 214 | 137 | 146 | 0 | 40 | 33 | 55 | 537 | 23 | 56 |
| Binary | 10001100 | 1011111 | 1100110 | 0 | 100000 | 11011 | 101101 | 101011111 | 10011 | 101110 |
Color Harmonies of #8C5F66
Complementary color
Monochromatic Colors of #8C5F66
Black with #8C5F66
Text Example
Text Example
White with #8C5F66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C5F66; }
p { color: rgb(140,95,102); }
H1.HeaderClassName
{
color: #8C5F66;
}
.AnyTagClassName
{
color: #8C5F66;
}
</style>
background-color css
<style>
a { background-color: #8C5F66; }
a { background-color: rgb(140,95,102); }
div.DivClassName
{
background-color: #8C5F66;
}
.BgClassName
{
background-color: #8C5F66;
}
</style>
border-color css
<style>
span { border-color: #8C5F66; }
span { border-color: rgb(140,95,102); }
td.TdClassName
{
border-color: #8C5F66;
}
.TagClassName
{
border-color: #8C5F66;
}
</style>