Shades of Solid Pink #955155
Tints of Solid Pink #955155
RGB
CMYK
RGB Variations
Color information
#955155 (or 0x955155) is known color: Solid Pink. HEX triplet: 95, 51 and 55. RGB value is (149,81,85). Sum of RGB (Red+Green+Blue) = 149+81+85=315 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.30% from 315); Green value is 81 (32.03% from 255 or 25.71% from 315); Blue value is 85 (33.59% from 255 or 26.98% from 315); Max value from RGB is 149 - color contains mainly: red. Hex color #955155 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955155 is #6AAEAA. Grayscale: #656565. Windows color (decimal): -6991531 or 5591445. OLE color: 5591445.
HSL color Cylindrical-coordinate representation of color #955155: hue angle of 356.47º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #955155 is Cyan = 0, Magento = 0.46, Yellow = 0.43 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 81 | 85 | - |
| CMYK | 0 | 0.46 | 0.43 | 0.42 |
| HSL | 356.47º | 0.3% | 0.45% | - |
| HSV(B) | 356.47º | 0.46% | 0.58% | - |
| XYZ | 16.98 | 12.93 | 10.2 | - |
| YUV | 101.79 | 118.53 | 161.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 81 | 85 | 0 | 0.46 | 0.43 | 0.42 | 356.47 | 0.3 | 0.45 |
| Hex | 95 | 51 | 55 | 0 | 2E | 2B | 2A | 164 | 1E | 2D |
| Octal | 225 | 121 | 125 | 0 | 56 | 53 | 52 | 544 | 36 | 55 |
| Binary | 10010101 | 1010001 | 1010101 | 0 | 101110 | 101011 | 101010 | 101100100 | 11110 | 101101 |
Color Harmonies of #955155
Complementary color
Monochromatic Colors of #955155
Black with #955155
Text Example
Text Example
White with #955155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955155; }
p { color: rgb(149,81,85); }
H1.HeaderClassName
{
color: #955155;
}
.AnyTagClassName
{
color: #955155;
}
</style>
background-color css
<style>
a { background-color: #955155; }
a { background-color: rgb(149,81,85); }
div.DivClassName
{
background-color: #955155;
}
.BgClassName
{
background-color: #955155;
}
</style>
border-color css
<style>
span { border-color: #955155; }
span { border-color: rgb(149,81,85); }
td.TdClassName
{
border-color: #955155;
}
.TagClassName
{
border-color: #955155;
}
</style>