Shades of Rose Taupe #9C5E5B
Tints of Rose Taupe #9C5E5B
RGB
CMYK
RGB Variations
Color information
#9C5E5B (or 0x9C5E5B) is known color: Rose Taupe. HEX triplet: 9C, 5E and 5B. RGB value is (156,94,91). Sum of RGB (Red+Green+Blue) = 156+94+91=341 (45% of max value = 765). Red value is 156 (61.33% from 255 or 45.75% from 341); Green value is 94 (37.11% from 255 or 27.57% from 341); Blue value is 91 (35.94% from 255 or 26.69% from 341); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5E5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C5E5B is #63A1A4. Grayscale: #707070. Windows color (decimal): -6529445 or 5987996. OLE color: 5987996.
HSL color Cylindrical-coordinate representation of color #9C5E5B: hue angle of 2.77º degrees, saturation: 0.26, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9C5E5B is Cyan = 0, Magento = 0.40, Yellow = 0.42 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 94 | 91 | - |
| CMYK | 0 | 0.40 | 0.42 | 0.39 |
| HSL | 2.77º | 0.26% | 0.48% | - |
| HSV(B) | 2.77º | 0.42% | 0.61% | - |
| XYZ | 19.6 | 15.83 | 11.92 | - |
| YUV | 112.2 | 116.04 | 159.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 94 | 91 | 0 | 0.40 | 0.42 | 0.39 | 2.77 | 0.26 | 0.48 |
| Hex | 9C | 5E | 5B | 0 | 28 | 2A | 27 | 3 | 1A | 30 |
| Octal | 234 | 136 | 133 | 0 | 50 | 52 | 47 | 3 | 32 | 60 |
| Binary | 10011100 | 1011110 | 1011011 | 0 | 101000 | 101010 | 100111 | 11 | 11010 | 110000 |
Color Harmonies of #9C5E5B
Complementary color
Monochromatic Colors of #9C5E5B
Black with #9C5E5B
Text Example
Text Example
White with #9C5E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C5E5B; }
p { color: rgb(156,94,91); }
H1.HeaderClassName
{
color: #9C5E5B;
}
.AnyTagClassName
{
color: #9C5E5B;
}
</style>
background-color css
<style>
a { background-color: #9C5E5B; }
a { background-color: rgb(156,94,91); }
div.DivClassName
{
background-color: #9C5E5B;
}
.BgClassName
{
background-color: #9C5E5B;
}
</style>
border-color css
<style>
span { border-color: #9C5E5B; }
span { border-color: rgb(156,94,91); }
td.TdClassName
{
border-color: #9C5E5B;
}
.TagClassName
{
border-color: #9C5E5B;
}
</style>