Shades of Solid Pink #965055
Tints of Solid Pink #965055
RGB
CMYK
RGB Variations
Color information
#965055 (or 0x965055) is known color: Solid Pink. HEX triplet: 96, 50 and 55. RGB value is (150,80,85). Sum of RGB (Red+Green+Blue) = 150+80+85=315 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.62% from 315); Green value is 80 (31.64% from 255 or 25.40% from 315); Blue value is 85 (33.59% from 255 or 26.98% from 315); Max value from RGB is 150 - color contains mainly: red. Hex color #965055 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965055 is #69AFAA. Grayscale: #656565. Windows color (decimal): -6926251 or 5591190. OLE color: 5591190.
HSL color Cylindrical-coordinate representation of color #965055: hue angle of 355.71º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #965055 is Cyan = 0, Magento = 0.47, Yellow = 0.43 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 80 | 85 | - |
| CMYK | 0 | 0.47 | 0.43 | 0.41 |
| HSL | 355.71º | 0.3% | 0.45% | - |
| HSV(B) | 355.71º | 0.47% | 0.59% | - |
| XYZ | 17.09 | 12.88 | 10.18 | - |
| YUV | 101.5 | 118.69 | 162.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 80 | 85 | 0 | 0.47 | 0.43 | 0.41 | 355.71 | 0.3 | 0.45 |
| Hex | 96 | 50 | 55 | 0 | 2F | 2B | 29 | 164 | 1E | 2D |
| Octal | 226 | 120 | 125 | 0 | 57 | 53 | 51 | 544 | 36 | 55 |
| Binary | 10010110 | 1010000 | 1010101 | 0 | 101111 | 101011 | 101001 | 101100100 | 11110 | 101101 |
Color Harmonies of #965055
Complementary color
Monochromatic Colors of #965055
Black with #965055
Text Example
Text Example
White with #965055
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #965055; }
p { color: rgb(150,80,85); }
H1.HeaderClassName
{
color: #965055;
}
.AnyTagClassName
{
color: #965055;
}
</style>
background-color css
<style>
a { background-color: #965055; }
a { background-color: rgb(150,80,85); }
div.DivClassName
{
background-color: #965055;
}
.BgClassName
{
background-color: #965055;
}
</style>
border-color css
<style>
span { border-color: #965055; }
span { border-color: rgb(150,80,85); }
td.TdClassName
{
border-color: #965055;
}
.TagClassName
{
border-color: #965055;
}
</style>