Shades of Mauve Taupe #8C5F6A
Tints of Mauve Taupe #8C5F6A
RGB
CMYK
RGB Variations
Color information
#8C5F6A (or 0x8C5F6A) is known color: Mauve Taupe. HEX triplet: 8C, 5F and 6A. RGB value is (140,95,106). Sum of RGB (Red+Green+Blue) = 140+95+106=341 (45% of max value = 765). Red value is 140 (55.08% from 255 or 41.06% from 341); Green value is 95 (37.5% from 255 or 27.86% from 341); Blue value is 106 (41.80% from 255 or 31.09% from 341); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5F6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C5F6A is #73A095. Grayscale: #6D6D6D. Windows color (decimal): -7577750 or 6971276. OLE color: 6971276.
HSL color Cylindrical-coordinate representation of color #8C5F6A: hue angle of 345.33º 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 #8C5F6A is Cyan = 0, Magento = 0.32, Yellow = 0.24 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 95 | 106 | - |
| CMYK | 0 | 0.32 | 0.24 | 0.45 |
| HSL | 345.33º | 0.19% | 0.46% | - |
| HSV(B) | 345.33º | 0.32% | 0.55% | - |
| XYZ | 17.51 | 14.8 | 15.57 | - |
| YUV | 109.71 | 125.91 | 149.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 95 | 106 | 0 | 0.32 | 0.24 | 0.45 | 345.33 | 0.19 | 0.46 |
| Hex | 8C | 5F | 6A | 0 | 20 | 18 | 2D | 159 | 13 | 2E |
| Octal | 214 | 137 | 152 | 0 | 40 | 30 | 55 | 531 | 23 | 56 |
| Binary | 10001100 | 1011111 | 1101010 | 0 | 100000 | 11000 | 101101 | 101011001 | 10011 | 101110 |
Color Harmonies of #8C5F6A
Complementary color
Monochromatic Colors of #8C5F6A
Black with #8C5F6A
Text Example
Text Example
White with #8C5F6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C5F6A; }
p { color: rgb(140,95,106); }
H1.HeaderClassName
{
color: #8C5F6A;
}
.AnyTagClassName
{
color: #8C5F6A;
}
</style>
background-color css
<style>
a { background-color: #8C5F6A; }
a { background-color: rgb(140,95,106); }
div.DivClassName
{
background-color: #8C5F6A;
}
.BgClassName
{
background-color: #8C5F6A;
}
</style>
border-color css
<style>
span { border-color: #8C5F6A; }
span { border-color: rgb(140,95,106); }
td.TdClassName
{
border-color: #8C5F6A;
}
.TagClassName
{
border-color: #8C5F6A;
}
</style>