Shades of Mauve Taupe #8C5A68
Tints of Mauve Taupe #8C5A68
RGB
CMYK
RGB Variations
Color information
#8C5A68 (or 0x8C5A68) is known color: Mauve Taupe. HEX triplet: 8C, 5A and 68. RGB value is (140,90,104). Sum of RGB (Red+Green+Blue) = 140+90+104=334 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.92% from 334); Green value is 90 (35.55% from 255 or 26.95% from 334); Blue value is 104 (41.02% from 255 or 31.14% from 334); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5A68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C5A68 is #73A597. Grayscale: #6A6A6A. Windows color (decimal): -7579032 or 6838924. OLE color: 6838924.
HSL color Cylindrical-coordinate representation of color #8C5A68: hue angle of 343.2º 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 #8C5A68 is Cyan = 0, Magento = 0.36, Yellow = 0.26 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 90 | 104 | - |
| CMYK | 0 | 0.36 | 0.26 | 0.45 |
| HSL | 343.2º | 0.22% | 0.45% | - |
| HSV(B) | 343.2º | 0.36% | 0.55% | - |
| XYZ | 16.97 | 13.89 | 14.88 | - |
| YUV | 106.55 | 126.57 | 151.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 90 | 104 | 0 | 0.36 | 0.26 | 0.45 | 343.2 | 0.22 | 0.45 |
| Hex | 8C | 5A | 68 | 0 | 24 | 1A | 2D | 157 | 16 | 2D |
| Octal | 214 | 132 | 150 | 0 | 44 | 32 | 55 | 527 | 26 | 55 |
| Binary | 10001100 | 1011010 | 1101000 | 0 | 100100 | 11010 | 101101 | 101010111 | 10110 | 101101 |
Color Harmonies of #8C5A68
Complementary color
Monochromatic Colors of #8C5A68
Black with #8C5A68
Text Example
Text Example
White with #8C5A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C5A68; }
p { color: rgb(140,90,104); }
H1.HeaderClassName
{
color: #8C5A68;
}
.AnyTagClassName
{
color: #8C5A68;
}
</style>
background-color css
<style>
a { background-color: #8C5A68; }
a { background-color: rgb(140,90,104); }
div.DivClassName
{
background-color: #8C5A68;
}
.BgClassName
{
background-color: #8C5A68;
}
</style>
border-color css
<style>
span { border-color: #8C5A68; }
span { border-color: rgb(140,90,104); }
td.TdClassName
{
border-color: #8C5A68;
}
.TagClassName
{
border-color: #8C5A68;
}
</style>