Shades of Solid Pink #965054
Tints of Solid Pink #965054
RGB
CMYK
RGB Variations
Color information
#965054 (or 0x965054) is known color: Solid Pink. HEX triplet: 96, 50 and 54. RGB value is (150,80,84). Sum of RGB (Red+Green+Blue) = 150+80+84=314 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.77% from 314); Green value is 80 (31.64% from 255 or 25.48% from 314); Blue value is 84 (33.20% from 255 or 26.75% from 314); Max value from RGB is 150 - color contains mainly: red. Hex color #965054 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965054 is #69AFAB. Grayscale: #656565. Windows color (decimal): -6926252 or 5525654. OLE color: 5525654.
HSL color Cylindrical-coordinate representation of color #965054: hue angle of 356.57º 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 #965054 is Cyan = 0, Magento = 0.47, Yellow = 0.44 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 80 | 84 | - |
| CMYK | 0 | 0.47 | 0.44 | 0.41 |
| HSL | 356.57º | 0.3% | 0.45% | - |
| HSV(B) | 356.57º | 0.47% | 0.59% | - |
| XYZ | 17.05 | 12.86 | 9.97 | - |
| YUV | 101.39 | 118.19 | 162.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 80 | 84 | 0 | 0.47 | 0.44 | 0.41 | 356.57 | 0.3 | 0.45 |
| Hex | 96 | 50 | 54 | 0 | 2F | 2C | 29 | 165 | 1E | 2D |
| Octal | 226 | 120 | 124 | 0 | 57 | 54 | 51 | 545 | 36 | 55 |
| Binary | 10010110 | 1010000 | 1010100 | 0 | 101111 | 101100 | 101001 | 101100101 | 11110 | 101101 |
Color Harmonies of #965054
Complementary color
Monochromatic Colors of #965054
Black with #965054
Text Example
Text Example
White with #965054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #965054; }
p { color: rgb(150,80,84); }
H1.HeaderClassName
{
color: #965054;
}
.AnyTagClassName
{
color: #965054;
}
</style>
background-color css
<style>
a { background-color: #965054; }
a { background-color: rgb(150,80,84); }
div.DivClassName
{
background-color: #965054;
}
.BgClassName
{
background-color: #965054;
}
</style>
border-color css
<style>
span { border-color: #965054; }
span { border-color: rgb(150,80,84); }
td.TdClassName
{
border-color: #965054;
}
.TagClassName
{
border-color: #965054;
}
</style>