Shades of Solid Pink #964950
Tints of Solid Pink #964950
RGB
CMYK
RGB Variations
Color information
#964950 (or 0x964950) is known color: Solid Pink. HEX triplet: 96, 49 and 50. RGB value is (150,73,80). Sum of RGB (Red+Green+Blue) = 150+73+80=303 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.50% from 303); Green value is 73 (28.91% from 255 or 24.09% from 303); Blue value is 80 (31.64% from 255 or 26.40% from 303); Max value from RGB is 150 - color contains mainly: red. Hex color #964950 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #964950 is #69B6AF. Grayscale: #606060. Windows color (decimal): -6928048 or 5261718. OLE color: 5261718.
HSL color Cylindrical-coordinate representation of color #964950: hue angle of 354.55º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #964950 is Cyan = 0, Magento = 0.51, Yellow = 0.47 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 73 | 80 | - |
| CMYK | 0 | 0.51 | 0.47 | 0.41 |
| HSL | 354.55º | 0.35% | 0.44% | - |
| HSV(B) | 354.55º | 0.51% | 0.59% | - |
| XYZ | 16.41 | 11.83 | 9.01 | - |
| YUV | 96.82 | 118.51 | 165.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 73 | 80 | 0 | 0.51 | 0.47 | 0.41 | 354.55 | 0.35 | 0.44 |
| Hex | 96 | 49 | 50 | 0 | 33 | 2F | 29 | 163 | 23 | 2C |
| Octal | 226 | 111 | 120 | 0 | 63 | 57 | 51 | 543 | 43 | 54 |
| Binary | 10010110 | 1001001 | 1010000 | 0 | 110011 | 101111 | 101001 | 101100011 | 100011 | 101100 |
Color Harmonies of #964950
Complementary color
Monochromatic Colors of #964950
Black with #964950
Text Example
Text Example
White with #964950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #964950; }
p { color: rgb(150,73,80); }
H1.HeaderClassName
{
color: #964950;
}
.AnyTagClassName
{
color: #964950;
}
</style>
background-color css
<style>
a { background-color: #964950; }
a { background-color: rgb(150,73,80); }
div.DivClassName
{
background-color: #964950;
}
.BgClassName
{
background-color: #964950;
}
</style>
border-color css
<style>
span { border-color: #964950; }
span { border-color: rgb(150,73,80); }
td.TdClassName
{
border-color: #964950;
}
.TagClassName
{
border-color: #964950;
}
</style>