Shades of Mauve Taupe #8C6273
Tints of Mauve Taupe #8C6273
RGB
CMYK
RGB Variations
Color information
#8C6273 (or 0x8C6273) is known color: Mauve Taupe. HEX triplet: 8C, 62 and 73. RGB value is (140,98,115). Sum of RGB (Red+Green+Blue) = 140+98+115=353 (46% of max value = 765). Red value is 140 (55.08% from 255 or 39.66% from 353); Green value is 98 (38.67% from 255 or 27.76% from 353); Blue value is 115 (45.31% from 255 or 32.58% from 353); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6273 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C6273 is #739D8C. Grayscale: #707070. Windows color (decimal): -7576973 or 7561868. OLE color: 7561868.
HSL color Cylindrical-coordinate representation of color #8C6273: hue angle of 335.71º 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 #8C6273 is Cyan = 0, Magento = 0.3, Yellow = 0.18 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 98 | 115 | - |
| CMYK | 0 | 0.3 | 0.18 | 0.45 |
| HSL | 335.71º | 0.18% | 0.47% | - |
| HSV(B) | 335.71º | 0.3% | 0.55% | - |
| XYZ | 18.28 | 15.55 | 18.26 | - |
| YUV | 112.5 | 129.41 | 147.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 98 | 115 | 0 | 0.3 | 0.18 | 0.45 | 335.71 | 0.18 | 0.47 |
| Hex | 8C | 62 | 73 | 0 | 1E | 12 | 2D | 150 | 12 | 2F |
| Octal | 214 | 142 | 163 | 0 | 36 | 22 | 55 | 520 | 22 | 57 |
| Binary | 10001100 | 1100010 | 1110011 | 0 | 11110 | 10010 | 101101 | 101010000 | 10010 | 101111 |
Color Harmonies of #8C6273
Complementary color
Monochromatic Colors of #8C6273
Black with #8C6273
Text Example
Text Example
White with #8C6273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C6273; }
p { color: rgb(140,98,115); }
H1.HeaderClassName
{
color: #8C6273;
}
.AnyTagClassName
{
color: #8C6273;
}
</style>
background-color css
<style>
a { background-color: #8C6273; }
a { background-color: rgb(140,98,115); }
div.DivClassName
{
background-color: #8C6273;
}
.BgClassName
{
background-color: #8C6273;
}
</style>
border-color css
<style>
span { border-color: #8C6273; }
span { border-color: rgb(140,98,115); }
td.TdClassName
{
border-color: #8C6273;
}
.TagClassName
{
border-color: #8C6273;
}
</style>