Shades of Mauve Taupe #8C5B69
Tints of Mauve Taupe #8C5B69
RGB
CMYK
RGB Variations
Color information
#8C5B69 (or 0x8C5B69) is known color: Mauve Taupe. HEX triplet: 8C, 5B and 69. RGB value is (140,91,105). Sum of RGB (Red+Green+Blue) = 140+91+105=336 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.67% from 336); Green value is 91 (35.94% from 255 or 27.08% from 336); Blue value is 105 (41.41% from 255 or 31.25% from 336); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5B69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C5B69 is #73A496. Grayscale: #6B6B6B. Windows color (decimal): -7578775 or 6904716. OLE color: 6904716.
HSL color Cylindrical-coordinate representation of color #8C5B69: hue angle of 342.86º degrees, saturation: 0.21, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8C5B69 is Cyan = 0, Magento = 0.35, Yellow = 0.25 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 91 | 105 | - |
| CMYK | 0 | 0.35 | 0.25 | 0.45 |
| HSL | 342.86º | 0.21% | 0.45% | - |
| HSV(B) | 342.86º | 0.35% | 0.55% | - |
| XYZ | 17.11 | 14.08 | 15.18 | - |
| YUV | 107.25 | 126.73 | 151.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 91 | 105 | 0 | 0.35 | 0.25 | 0.45 | 342.86 | 0.21 | 0.45 |
| Hex | 8C | 5B | 69 | 0 | 23 | 19 | 2D | 157 | 15 | 2D |
| Octal | 214 | 133 | 151 | 0 | 43 | 31 | 55 | 527 | 25 | 55 |
| Binary | 10001100 | 1011011 | 1101001 | 0 | 100011 | 11001 | 101101 | 101010111 | 10101 | 101101 |
Color Harmonies of #8C5B69
Complementary color
Monochromatic Colors of #8C5B69
Black with #8C5B69
Text Example
Text Example
White with #8C5B69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C5B69; }
p { color: rgb(140,91,105); }
H1.HeaderClassName
{
color: #8C5B69;
}
.AnyTagClassName
{
color: #8C5B69;
}
</style>
background-color css
<style>
a { background-color: #8C5B69; }
a { background-color: rgb(140,91,105); }
div.DivClassName
{
background-color: #8C5B69;
}
.BgClassName
{
background-color: #8C5B69;
}
</style>
border-color css
<style>
span { border-color: #8C5B69; }
span { border-color: rgb(140,91,105); }
td.TdClassName
{
border-color: #8C5B69;
}
.TagClassName
{
border-color: #8C5B69;
}
</style>