Shades of Mauve Taupe #8C5C67
Tints of Mauve Taupe #8C5C67
RGB
CMYK
RGB Variations
Color information
#8C5C67 (or 0x8C5C67) is known color: Mauve Taupe. HEX triplet: 8C, 5C and 67. RGB value is (140,92,103). Sum of RGB (Red+Green+Blue) = 140+92+103=335 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.79% from 335); Green value is 92 (36.33% from 255 or 27.46% from 335); Blue value is 103 (40.62% from 255 or 30.75% from 335); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5C67 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C5C67 is #73A398. Grayscale: #6B6B6B. Windows color (decimal): -7578521 or 6773900. OLE color: 6773900.
HSL color Cylindrical-coordinate representation of color #8C5C67: hue angle of 346.25º degrees, saturation: 0.21, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8C5C67 is Cyan = 0, Magento = 0.34, Yellow = 0.26 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 92 | 103 | - |
| CMYK | 0 | 0.34 | 0.26 | 0.45 |
| HSL | 346.25º | 0.21% | 0.45% | - |
| HSV(B) | 346.25º | 0.34% | 0.55% | - |
| XYZ | 17.09 | 14.21 | 14.67 | - |
| YUV | 107.61 | 125.4 | 151.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 92 | 103 | 0 | 0.34 | 0.26 | 0.45 | 346.25 | 0.21 | 0.45 |
| Hex | 8C | 5C | 67 | 0 | 22 | 1A | 2D | 15A | 15 | 2D |
| Octal | 214 | 134 | 147 | 0 | 42 | 32 | 55 | 532 | 25 | 55 |
| Binary | 10001100 | 1011100 | 1100111 | 0 | 100010 | 11010 | 101101 | 101011010 | 10101 | 101101 |
Color Harmonies of #8C5C67
Complementary color
Monochromatic Colors of #8C5C67
Black with #8C5C67
Text Example
Text Example
White with #8C5C67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C5C67; }
p { color: rgb(140,92,103); }
H1.HeaderClassName
{
color: #8C5C67;
}
.AnyTagClassName
{
color: #8C5C67;
}
</style>
background-color css
<style>
a { background-color: #8C5C67; }
a { background-color: rgb(140,92,103); }
div.DivClassName
{
background-color: #8C5C67;
}
.BgClassName
{
background-color: #8C5C67;
}
</style>
border-color css
<style>
span { border-color: #8C5C67; }
span { border-color: rgb(140,92,103); }
td.TdClassName
{
border-color: #8C5C67;
}
.TagClassName
{
border-color: #8C5C67;
}
</style>