Shades of Solid Pink #964E50
Tints of Solid Pink #964E50
RGB
CMYK
RGB Variations
Color information
#964E50 (or 0x964E50) is known color: Solid Pink. HEX triplet: 96, 4E and 50. RGB value is (150,78,80). Sum of RGB (Red+Green+Blue) = 150+78+80=308 (40% of max value = 765). Red value is 150 (58.98% from 255 or 48.70% from 308); Green value is 78 (30.86% from 255 or 25.32% from 308); Blue value is 80 (31.64% from 255 or 25.97% from 308); Max value from RGB is 150 - color contains mainly: red. Hex color #964E50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #964E50 is #69B1AF. Grayscale: #636363. Windows color (decimal): -6926768 or 5262998. OLE color: 5262998.
HSL color Cylindrical-coordinate representation of color #964E50: hue angle of 358.33º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #964E50 is Cyan = 0, Magento = 0.48, Yellow = 0.47 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 78 | 80 | - |
| CMYK | 0 | 0.48 | 0.47 | 0.41 |
| HSL | 358.33º | 0.32% | 0.45% | - |
| HSV(B) | 358.33º | 0.48% | 0.59% | - |
| XYZ | 16.75 | 12.51 | 9.12 | - |
| YUV | 99.76 | 116.85 | 163.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 78 | 80 | 0 | 0.48 | 0.47 | 0.41 | 358.33 | 0.32 | 0.45 |
| Hex | 96 | 4E | 50 | 0 | 30 | 2F | 29 | 166 | 20 | 2D |
| Octal | 226 | 116 | 120 | 0 | 60 | 57 | 51 | 546 | 40 | 55 |
| Binary | 10010110 | 1001110 | 1010000 | 0 | 110000 | 101111 | 101001 | 101100110 | 100000 | 101101 |
Color Harmonies of #964E50
Complementary color
Monochromatic Colors of #964E50
Black with #964E50
Text Example
Text Example
White with #964E50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #964E50; }
p { color: rgb(150,78,80); }
H1.HeaderClassName
{
color: #964E50;
}
.AnyTagClassName
{
color: #964E50;
}
</style>
background-color css
<style>
a { background-color: #964E50; }
a { background-color: rgb(150,78,80); }
div.DivClassName
{
background-color: #964E50;
}
.BgClassName
{
background-color: #964E50;
}
</style>
border-color css
<style>
span { border-color: #964E50; }
span { border-color: rgb(150,78,80); }
td.TdClassName
{
border-color: #964E50;
}
.TagClassName
{
border-color: #964E50;
}
</style>