Shades of Solid Pink #955758
Tints of Solid Pink #955758
RGB
CMYK
RGB Variations
Color information
#955758 (or 0x955758) is known color: Solid Pink. HEX triplet: 95, 57 and 58. RGB value is (149,87,88). Sum of RGB (Red+Green+Blue) = 149+87+88=324 (42% of max value = 765). Red value is 149 (58.59% from 255 or 45.99% from 324); Green value is 87 (34.38% from 255 or 26.85% from 324); Blue value is 88 (34.77% from 255 or 27.16% from 324); Max value from RGB is 149 - color contains mainly: red. Hex color #955758 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955758 is #6AA8A7. Grayscale: #696969. Windows color (decimal): -6989992 or 5789589. OLE color: 5789589.
HSL color Cylindrical-coordinate representation of color #955758: hue angle of 359.03º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #955758 is Cyan = 0, Magento = 0.42, Yellow = 0.41 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 87 | 88 | - |
| CMYK | 0 | 0.42 | 0.41 | 0.42 |
| HSL | 359.03º | 0.26% | 0.46% | - |
| HSV(B) | 359.03º | 0.42% | 0.58% | - |
| XYZ | 17.56 | 13.91 | 10.99 | - |
| YUV | 105.65 | 118.04 | 158.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 87 | 88 | 0 | 0.42 | 0.41 | 0.42 | 359.03 | 0.26 | 0.46 |
| Hex | 95 | 57 | 58 | 0 | 2A | 29 | 2A | 167 | 1A | 2E |
| Octal | 225 | 127 | 130 | 0 | 52 | 51 | 52 | 547 | 32 | 56 |
| Binary | 10010101 | 1010111 | 1011000 | 0 | 101010 | 101001 | 101010 | 101100111 | 11010 | 101110 |
Color Harmonies of #955758
Complementary color
Monochromatic Colors of #955758
Black with #955758
Text Example
Text Example
White with #955758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955758; }
p { color: rgb(149,87,88); }
H1.HeaderClassName
{
color: #955758;
}
.AnyTagClassName
{
color: #955758;
}
</style>
background-color css
<style>
a { background-color: #955758; }
a { background-color: rgb(149,87,88); }
div.DivClassName
{
background-color: #955758;
}
.BgClassName
{
background-color: #955758;
}
</style>
border-color css
<style>
span { border-color: #955758; }
span { border-color: rgb(149,87,88); }
td.TdClassName
{
border-color: #955758;
}
.TagClassName
{
border-color: #955758;
}
</style>