Shades of Rose Taupe #9D5A58
Tints of Rose Taupe #9D5A58
RGB
CMYK
RGB Variations
Color information
#9D5A58 (or 0x9D5A58) is known color: Rose Taupe. HEX triplet: 9D, 5A and 58. RGB value is (157,90,88). Sum of RGB (Red+Green+Blue) = 157+90+88=335 (44% of max value = 765). Red value is 157 (61.72% from 255 or 46.87% from 335); Green value is 90 (35.55% from 255 or 26.87% from 335); Blue value is 88 (34.77% from 255 or 26.27% from 335); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5A58 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D5A58 is #62A5A7. Grayscale: #6D6D6D. Windows color (decimal): -6464936 or 5790365. OLE color: 5790365.
HSL color Cylindrical-coordinate representation of color #9D5A58: hue angle of 1.74º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9D5A58 is Cyan = 0, Magento = 0.43, Yellow = 0.44 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 90 | 88 | - |
| CMYK | 0 | 0.43 | 0.44 | 0.38 |
| HSL | 1.74º | 0.28% | 0.48% | - |
| HSV(B) | 1.74º | 0.44% | 0.62% | - |
| XYZ | 19.32 | 15.19 | 11.15 | - |
| YUV | 109.81 | 115.7 | 161.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 90 | 88 | 0 | 0.43 | 0.44 | 0.38 | 1.74 | 0.28 | 0.48 |
| Hex | 9D | 5A | 58 | 0 | 2B | 2C | 26 | 2 | 1C | 30 |
| Octal | 235 | 132 | 130 | 0 | 53 | 54 | 46 | 2 | 34 | 60 |
| Binary | 10011101 | 1011010 | 1011000 | 0 | 101011 | 101100 | 100110 | 10 | 11100 | 110000 |
Color Harmonies of #9D5A58
Complementary color
Monochromatic Colors of #9D5A58
Black with #9D5A58
Text Example
Text Example
White with #9D5A58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D5A58; }
p { color: rgb(157,90,88); }
H1.HeaderClassName
{
color: #9D5A58;
}
.AnyTagClassName
{
color: #9D5A58;
}
</style>
background-color css
<style>
a { background-color: #9D5A58; }
a { background-color: rgb(157,90,88); }
div.DivClassName
{
background-color: #9D5A58;
}
.BgClassName
{
background-color: #9D5A58;
}
</style>
border-color css
<style>
span { border-color: #9D5A58; }
span { border-color: rgb(157,90,88); }
td.TdClassName
{
border-color: #9D5A58;
}
.TagClassName
{
border-color: #9D5A58;
}
</style>