Shades of Mauve Taupe #8C5C69
Tints of Mauve Taupe #8C5C69
RGB
CMYK
RGB Variations
Color information
#8C5C69 (or 0x8C5C69) is known color: Mauve Taupe. HEX triplet: 8C, 5C and 69. RGB value is (140,92,105). Sum of RGB (Red+Green+Blue) = 140+92+105=337 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.54% from 337); Green value is 92 (36.33% from 255 or 27.30% from 337); Blue value is 105 (41.41% from 255 or 31.16% from 337); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5C69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C5C69 is #73A396. Grayscale: #6B6B6B. Windows color (decimal): -7578519 or 6904972. OLE color: 6904972.
HSL color Cylindrical-coordinate representation of color #8C5C69: hue angle of 343.75º 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 #8C5C69 is Cyan = 0, Magento = 0.34, Yellow = 0.25 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 92 | 105 | - |
| CMYK | 0 | 0.34 | 0.25 | 0.45 |
| HSL | 343.75º | 0.21% | 0.45% | - |
| HSV(B) | 343.75º | 0.34% | 0.55% | - |
| XYZ | 17.19 | 14.25 | 15.21 | - |
| YUV | 107.83 | 126.4 | 150.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 92 | 105 | 0 | 0.34 | 0.25 | 0.45 | 343.75 | 0.21 | 0.45 |
| Hex | 8C | 5C | 69 | 0 | 22 | 19 | 2D | 158 | 15 | 2D |
| Octal | 214 | 134 | 151 | 0 | 42 | 31 | 55 | 530 | 25 | 55 |
| Binary | 10001100 | 1011100 | 1101001 | 0 | 100010 | 11001 | 101101 | 101011000 | 10101 | 101101 |
Color Harmonies of #8C5C69
Complementary color
Monochromatic Colors of #8C5C69
Black with #8C5C69
Text Example
Text Example
White with #8C5C69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C5C69; }
p { color: rgb(140,92,105); }
H1.HeaderClassName
{
color: #8C5C69;
}
.AnyTagClassName
{
color: #8C5C69;
}
</style>
background-color css
<style>
a { background-color: #8C5C69; }
a { background-color: rgb(140,92,105); }
div.DivClassName
{
background-color: #8C5C69;
}
.BgClassName
{
background-color: #8C5C69;
}
</style>
border-color css
<style>
span { border-color: #8C5C69; }
span { border-color: rgb(140,92,105); }
td.TdClassName
{
border-color: #8C5C69;
}
.TagClassName
{
border-color: #8C5C69;
}
</style>