Shades of Rose Taupe #9C5D5B
Tints of Rose Taupe #9C5D5B
RGB
CMYK
RGB Variations
Color information
#9C5D5B (or 0x9C5D5B) is known color: Rose Taupe. HEX triplet: 9C, 5D and 5B. RGB value is (156,93,91). Sum of RGB (Red+Green+Blue) = 156+93+91=340 (45% of max value = 765). Red value is 156 (61.33% from 255 or 45.88% from 340); Green value is 93 (36.72% from 255 or 27.35% from 340); Blue value is 91 (35.94% from 255 or 26.76% from 340); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5D5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C5D5B is #63A2A4. Grayscale: #6F6F6F. Windows color (decimal): -6529701 or 5987740. OLE color: 5987740.
HSL color Cylindrical-coordinate representation of color #9C5D5B: hue angle of 1.85º 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 #9C5D5B is Cyan = 0, Magento = 0.40, Yellow = 0.42 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 93 | 91 | - |
| CMYK | 0 | 0.40 | 0.42 | 0.39 |
| HSL | 1.85º | 0.26% | 0.48% | - |
| HSV(B) | 1.85º | 0.42% | 0.61% | - |
| XYZ | 19.51 | 15.65 | 11.89 | - |
| YUV | 111.61 | 116.37 | 159.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 93 | 91 | 0 | 0.40 | 0.42 | 0.39 | 1.85 | 0.26 | 0.48 |
| Hex | 9C | 5D | 5B | 0 | 28 | 2A | 27 | 2 | 1A | 30 |
| Octal | 234 | 135 | 133 | 0 | 50 | 52 | 47 | 2 | 32 | 60 |
| Binary | 10011100 | 1011101 | 1011011 | 0 | 101000 | 101010 | 100111 | 10 | 11010 | 110000 |
Color Harmonies of #9C5D5B
Complementary color
Monochromatic Colors of #9C5D5B
Black with #9C5D5B
Text Example
Text Example
White with #9C5D5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C5D5B; }
p { color: rgb(156,93,91); }
H1.HeaderClassName
{
color: #9C5D5B;
}
.AnyTagClassName
{
color: #9C5D5B;
}
</style>
background-color css
<style>
a { background-color: #9C5D5B; }
a { background-color: rgb(156,93,91); }
div.DivClassName
{
background-color: #9C5D5B;
}
.BgClassName
{
background-color: #9C5D5B;
}
</style>
border-color css
<style>
span { border-color: #9C5D5B; }
span { border-color: rgb(156,93,91); }
td.TdClassName
{
border-color: #9C5D5B;
}
.TagClassName
{
border-color: #9C5D5B;
}
</style>