Shades of Mauve Taupe #8C5A69
Tints of Mauve Taupe #8C5A69
RGB
CMYK
RGB Variations
Color information
#8C5A69 (or 0x8C5A69) is known color: Mauve Taupe. HEX triplet: 8C, 5A and 69. RGB value is (140,90,105). Sum of RGB (Red+Green+Blue) = 140+90+105=335 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.79% from 335); Green value is 90 (35.55% from 255 or 26.87% from 335); Blue value is 105 (41.41% from 255 or 31.34% from 335); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5A69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C5A69 is #73A596. Grayscale: #6A6A6A. Windows color (decimal): -7579031 or 6904460. OLE color: 6904460.
HSL color Cylindrical-coordinate representation of color #8C5A69: hue angle of 342º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8C5A69 is Cyan = 0, Magento = 0.36, Yellow = 0.25 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 90 | 105 | - |
| CMYK | 0 | 0.36 | 0.25 | 0.45 |
| HSL | 342º | 0.22% | 0.45% | - |
| HSV(B) | 342º | 0.36% | 0.55% | - |
| XYZ | 17.02 | 13.91 | 15.15 | - |
| YUV | 106.66 | 127.07 | 151.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 90 | 105 | 0 | 0.36 | 0.25 | 0.45 | 342 | 0.22 | 0.45 |
| Hex | 8C | 5A | 69 | 0 | 24 | 19 | 2D | 156 | 16 | 2D |
| Octal | 214 | 132 | 151 | 0 | 44 | 31 | 55 | 526 | 26 | 55 |
| Binary | 10001100 | 1011010 | 1101001 | 0 | 100100 | 11001 | 101101 | 101010110 | 10110 | 101101 |
Color Harmonies of #8C5A69
Complementary color
Monochromatic Colors of #8C5A69
Black with #8C5A69
Text Example
Text Example
White with #8C5A69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C5A69; }
p { color: rgb(140,90,105); }
H1.HeaderClassName
{
color: #8C5A69;
}
.AnyTagClassName
{
color: #8C5A69;
}
</style>
background-color css
<style>
a { background-color: #8C5A69; }
a { background-color: rgb(140,90,105); }
div.DivClassName
{
background-color: #8C5A69;
}
.BgClassName
{
background-color: #8C5A69;
}
</style>
border-color css
<style>
span { border-color: #8C5A69; }
span { border-color: rgb(140,90,105); }
td.TdClassName
{
border-color: #8C5A69;
}
.TagClassName
{
border-color: #8C5A69;
}
</style>