Shades of Rose Taupe #8C5D58
Tints of Rose Taupe #8C5D58
RGB
CMYK
RGB Variations
Color information
#8C5D58 (or 0x8C5D58) is known color: Rose Taupe. HEX triplet: 8C, 5D and 58. RGB value is (140,93,88). Sum of RGB (Red+Green+Blue) = 140+93+88=321 (42% of max value = 765). Red value is 140 (55.08% from 255 or 43.61% from 321); Green value is 93 (36.72% from 255 or 28.97% from 321); Blue value is 88 (34.77% from 255 or 27.41% from 321); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5D58 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C5D58 is #73A2A7. Grayscale: #6A6A6A. Windows color (decimal): -7578280 or 5791116. OLE color: 5791116.
HSL color Cylindrical-coordinate representation of color #8C5D58: hue angle of 5.77º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8C5D58 is Cyan = 0, Magento = 0.34, Yellow = 0.37 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 93 | 88 | - |
| CMYK | 0 | 0.34 | 0.37 | 0.45 |
| HSL | 5.77º | 0.23% | 0.45% | - |
| HSV(B) | 5.77º | 0.37% | 0.55% | - |
| XYZ | 16.49 | 14.11 | 11.09 | - |
| YUV | 106.48 | 117.57 | 151.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 93 | 88 | 0 | 0.34 | 0.37 | 0.45 | 5.77 | 0.23 | 0.45 |
| Hex | 8C | 5D | 58 | 0 | 22 | 25 | 2D | 6 | 17 | 2D |
| Octal | 214 | 135 | 130 | 0 | 42 | 45 | 55 | 6 | 27 | 55 |
| Binary | 10001100 | 1011101 | 1011000 | 0 | 100010 | 100101 | 101101 | 110 | 10111 | 101101 |
Color Harmonies of #8C5D58
Complementary color
Monochromatic Colors of #8C5D58
Black with #8C5D58
Text Example
Text Example
White with #8C5D58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C5D58; }
p { color: rgb(140,93,88); }
H1.HeaderClassName
{
color: #8C5D58;
}
.AnyTagClassName
{
color: #8C5D58;
}
</style>
background-color css
<style>
a { background-color: #8C5D58; }
a { background-color: rgb(140,93,88); }
div.DivClassName
{
background-color: #8C5D58;
}
.BgClassName
{
background-color: #8C5D58;
}
</style>
border-color css
<style>
span { border-color: #8C5D58; }
span { border-color: rgb(140,93,88); }
td.TdClassName
{
border-color: #8C5D58;
}
.TagClassName
{
border-color: #8C5D58;
}
</style>