Shades of Mauve Taupe #8F5A66
Tints of Mauve Taupe #8F5A66
RGB
CMYK
RGB Variations
Color information
#8F5A66 (or 0x8F5A66) is known color: Mauve Taupe. HEX triplet: 8F, 5A and 66. RGB value is (143,90,102). Sum of RGB (Red+Green+Blue) = 143+90+102=335 (44% of max value = 765). Red value is 143 (56.25% from 255 or 42.69% from 335); Green value is 90 (35.55% from 255 or 26.87% from 335); Blue value is 102 (40.23% from 255 or 30.45% from 335); Max value from RGB is 143 - color contains mainly: red. Hex color #8F5A66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F5A66 is #70A599. Grayscale: #6B6B6B. Windows color (decimal): -7382426 or 6707855. OLE color: 6707855.
HSL color Cylindrical-coordinate representation of color #8F5A66: hue angle of 346.42º degrees, saturation: 0.23, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8F5A66 is Cyan = 0, Magento = 0.37, Yellow = 0.29 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 90 | 102 | - |
| CMYK | 0 | 0.37 | 0.29 | 0.44 |
| HSL | 346.42º | 0.23% | 0.46% | - |
| HSV(B) | 346.42º | 0.37% | 0.56% | - |
| XYZ | 17.38 | 14.11 | 14.38 | - |
| YUV | 107.22 | 125.06 | 153.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 90 | 102 | 0 | 0.37 | 0.29 | 0.44 | 346.42 | 0.23 | 0.46 |
| Hex | 8F | 5A | 66 | 0 | 25 | 1D | 2C | 15A | 17 | 2E |
| Octal | 217 | 132 | 146 | 0 | 45 | 35 | 54 | 532 | 27 | 56 |
| Binary | 10001111 | 1011010 | 1100110 | 0 | 100101 | 11101 | 101100 | 101011010 | 10111 | 101110 |
Color Harmonies of #8F5A66
Complementary color
Monochromatic Colors of #8F5A66
Black with #8F5A66
Text Example
Text Example
White with #8F5A66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F5A66; }
p { color: rgb(143,90,102); }
H1.HeaderClassName
{
color: #8F5A66;
}
.AnyTagClassName
{
color: #8F5A66;
}
</style>
background-color css
<style>
a { background-color: #8F5A66; }
a { background-color: rgb(143,90,102); }
div.DivClassName
{
background-color: #8F5A66;
}
.BgClassName
{
background-color: #8F5A66;
}
</style>
border-color css
<style>
span { border-color: #8F5A66; }
span { border-color: rgb(143,90,102); }
td.TdClassName
{
border-color: #8F5A66;
}
.TagClassName
{
border-color: #8F5A66;
}
</style>