Shades of Rose Taupe #955958
Tints of Rose Taupe #955958
RGB
CMYK
RGB Variations
Color information
#955958 (or 0x955958) is known color: Rose Taupe. HEX triplet: 95, 59 and 58. RGB value is (149,89,88). Sum of RGB (Red+Green+Blue) = 149+89+88=326 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.71% from 326); Green value is 89 (35.16% from 255 or 27.30% from 326); Blue value is 88 (34.77% from 255 or 26.99% from 326); Max value from RGB is 149 - color contains mainly: red. Hex color #955958 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955958 is #6AA6A7. Grayscale: #6A6A6A. Windows color (decimal): -6989480 or 5790101. OLE color: 5790101.
HSL color Cylindrical-coordinate representation of color #955958: hue angle of 0.98º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #955958 is Cyan = 0, Magento = 0.40, Yellow = 0.41 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 89 | 88 | - |
| CMYK | 0 | 0.40 | 0.41 | 0.42 |
| HSL | 0.98º | 0.26% | 0.46% | - |
| HSV(B) | 0.98º | 0.41% | 0.58% | - |
| XYZ | 17.73 | 14.24 | 11.05 | - |
| YUV | 106.83 | 117.38 | 158.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 89 | 88 | 0 | 0.40 | 0.41 | 0.42 | 0.98 | 0.26 | 0.46 |
| Hex | 95 | 59 | 58 | 0 | 28 | 29 | 2A | 1 | 1A | 2E |
| Octal | 225 | 131 | 130 | 0 | 50 | 51 | 52 | 1 | 32 | 56 |
| Binary | 10010101 | 1011001 | 1011000 | 0 | 101000 | 101001 | 101010 | 1 | 11010 | 101110 |
Color Harmonies of #955958
Complementary color
Monochromatic Colors of #955958
Black with #955958
Text Example
Text Example
White with #955958
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955958; }
p { color: rgb(149,89,88); }
H1.HeaderClassName
{
color: #955958;
}
.AnyTagClassName
{
color: #955958;
}
</style>
background-color css
<style>
a { background-color: #955958; }
a { background-color: rgb(149,89,88); }
div.DivClassName
{
background-color: #955958;
}
.BgClassName
{
background-color: #955958;
}
</style>
border-color css
<style>
span { border-color: #955958; }
span { border-color: rgb(149,89,88); }
td.TdClassName
{
border-color: #955958;
}
.TagClassName
{
border-color: #955958;
}
</style>