Shades of Rose Taupe #995C58
Tints of Rose Taupe #995C58
RGB
CMYK
RGB Variations
Color information
#995C58 (or 0x995C58) is known color: Rose Taupe. HEX triplet: 99, 5C and 58. RGB value is (153,92,88). Sum of RGB (Red+Green+Blue) = 153+92+88=333 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.95% from 333); Green value is 92 (36.33% from 255 or 27.63% from 333); Blue value is 88 (34.77% from 255 or 26.43% from 333); Max value from RGB is 153 - color contains mainly: red. Hex color #995C58 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995C58 is #66A3A7. Grayscale: #6D6D6D. Windows color (decimal): -6726568 or 5790873. OLE color: 5790873.
HSL color Cylindrical-coordinate representation of color #995C58: hue angle of 3.69º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #995C58 is Cyan = 0, Magento = 0.40, Yellow = 0.42 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 92 | 88 | - |
| CMYK | 0 | 0.40 | 0.42 | 0.4 |
| HSL | 3.69º | 0.27% | 0.47% | - |
| HSV(B) | 3.69º | 0.42% | 0.6% | - |
| XYZ | 18.73 | 15.13 | 11.17 | - |
| YUV | 109.78 | 115.71 | 158.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 92 | 88 | 0 | 0.40 | 0.42 | 0.4 | 3.69 | 0.27 | 0.47 |
| Hex | 99 | 5C | 58 | 0 | 28 | 2A | 28 | 4 | 1B | 2F |
| Octal | 231 | 134 | 130 | 0 | 50 | 52 | 50 | 4 | 33 | 57 |
| Binary | 10011001 | 1011100 | 1011000 | 0 | 101000 | 101010 | 101000 | 100 | 11011 | 101111 |
Color Harmonies of #995C58
Complementary color
Monochromatic Colors of #995C58
Black with #995C58
Text Example
Text Example
White with #995C58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995C58; }
p { color: rgb(153,92,88); }
H1.HeaderClassName
{
color: #995C58;
}
.AnyTagClassName
{
color: #995C58;
}
</style>
background-color css
<style>
a { background-color: #995C58; }
a { background-color: rgb(153,92,88); }
div.DivClassName
{
background-color: #995C58;
}
.BgClassName
{
background-color: #995C58;
}
</style>
border-color css
<style>
span { border-color: #995C58; }
span { border-color: rgb(153,92,88); }
td.TdClassName
{
border-color: #995C58;
}
.TagClassName
{
border-color: #995C58;
}
</style>