Shades of Rose Taupe #8C5E5C
Tints of Rose Taupe #8C5E5C
RGB
CMYK
RGB Variations
Color information
#8C5E5C (or 0x8C5E5C) is known color: Rose Taupe. HEX triplet: 8C, 5E and 5C. RGB value is (140,94,92). Sum of RGB (Red+Green+Blue) = 140+94+92=326 (43% of max value = 765). Red value is 140 (55.08% from 255 or 42.94% from 326); Green value is 94 (37.11% from 255 or 28.83% from 326); Blue value is 92 (36.33% from 255 or 28.22% from 326); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5E5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C5E5C is #73A1A3. Grayscale: #6B6B6B. Windows color (decimal): -7578020 or 6053516. OLE color: 6053516.
HSL color Cylindrical-coordinate representation of color #8C5E5C: hue angle of 2.5º 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 #8C5E5C is Cyan = 0, Magento = 0.33, Yellow = 0.34 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 94 | 92 | - |
| CMYK | 0 | 0.33 | 0.34 | 0.45 |
| HSL | 2.5º | 0.21% | 0.45% | - |
| HSV(B) | 2.5º | 0.34% | 0.55% | - |
| XYZ | 16.75 | 14.35 | 12.01 | - |
| YUV | 107.53 | 119.24 | 151.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 94 | 92 | 0 | 0.33 | 0.34 | 0.45 | 2.5 | 0.21 | 0.45 |
| Hex | 8C | 5E | 5C | 0 | 21 | 22 | 2D | 2 | 15 | 2D |
| Octal | 214 | 136 | 134 | 0 | 41 | 42 | 55 | 2 | 25 | 55 |
| Binary | 10001100 | 1011110 | 1011100 | 0 | 100001 | 100010 | 101101 | 10 | 10101 | 101101 |
Color Harmonies of #8C5E5C
Complementary color
Monochromatic Colors of #8C5E5C
Black with #8C5E5C
Text Example
Text Example
White with #8C5E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C5E5C; }
p { color: rgb(140,94,92); }
H1.HeaderClassName
{
color: #8C5E5C;
}
.AnyTagClassName
{
color: #8C5E5C;
}
</style>
background-color css
<style>
a { background-color: #8C5E5C; }
a { background-color: rgb(140,94,92); }
div.DivClassName
{
background-color: #8C5E5C;
}
.BgClassName
{
background-color: #8C5E5C;
}
</style>
border-color css
<style>
span { border-color: #8C5E5C; }
span { border-color: rgb(140,94,92); }
td.TdClassName
{
border-color: #8C5E5C;
}
.TagClassName
{
border-color: #8C5E5C;
}
</style>