Shades of Mauve Taupe #8C6271
Tints of Mauve Taupe #8C6271
RGB
CMYK
RGB Variations
Color information
#8C6271 (or 0x8C6271) is known color: Mauve Taupe. HEX triplet: 8C, 62 and 71. RGB value is (140,98,113). Sum of RGB (Red+Green+Blue) = 140+98+113=351 (46% of max value = 765). Red value is 140 (55.08% from 255 or 39.89% from 351); Green value is 98 (38.67% from 255 or 27.92% from 351); Blue value is 113 (44.53% from 255 or 32.19% from 351); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6271 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C6271 is #739D8E. Grayscale: #707070. Windows color (decimal): -7576975 or 7430796. OLE color: 7430796.
HSL color Cylindrical-coordinate representation of color #8C6271: hue angle of 338.57º 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 #8C6271 is Cyan = 0, Magento = 0.3, Yellow = 0.19 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 98 | 113 | - |
| CMYK | 0 | 0.3 | 0.19 | 0.45 |
| HSL | 338.57º | 0.18% | 0.47% | - |
| HSV(B) | 338.57º | 0.3% | 0.55% | - |
| XYZ | 18.16 | 15.5 | 17.66 | - |
| YUV | 112.27 | 128.41 | 147.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 98 | 113 | 0 | 0.3 | 0.19 | 0.45 | 338.57 | 0.18 | 0.47 |
| Hex | 8C | 62 | 71 | 0 | 1E | 13 | 2D | 153 | 12 | 2F |
| Octal | 214 | 142 | 161 | 0 | 36 | 23 | 55 | 523 | 22 | 57 |
| Binary | 10001100 | 1100010 | 1110001 | 0 | 11110 | 10011 | 101101 | 101010011 | 10010 | 101111 |
Color Harmonies of #8C6271
Complementary color
Monochromatic Colors of #8C6271
Black with #8C6271
Text Example
Text Example
White with #8C6271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C6271; }
p { color: rgb(140,98,113); }
H1.HeaderClassName
{
color: #8C6271;
}
.AnyTagClassName
{
color: #8C6271;
}
</style>
background-color css
<style>
a { background-color: #8C6271; }
a { background-color: rgb(140,98,113); }
div.DivClassName
{
background-color: #8C6271;
}
.BgClassName
{
background-color: #8C6271;
}
</style>
border-color css
<style>
span { border-color: #8C6271; }
span { border-color: rgb(140,98,113); }
td.TdClassName
{
border-color: #8C6271;
}
.TagClassName
{
border-color: #8C6271;
}
</style>