Shades of Solid Pink #965657
Tints of Solid Pink #965657
RGB
CMYK
RGB Variations
Color information
#965657 (or 0x965657) is known color: Solid Pink. HEX triplet: 96, 56 and 57. RGB value is (150,86,87). Sum of RGB (Red+Green+Blue) = 150+86+87=323 (42% of max value = 765). Red value is 150 (58.98% from 255 or 46.44% from 323); Green value is 86 (33.98% from 255 or 26.63% from 323); Blue value is 87 (34.38% from 255 or 26.93% from 323); Max value from RGB is 150 - color contains mainly: red. Hex color #965657 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965657 is #69A9A8. Grayscale: #696969. Windows color (decimal): -6924713 or 5723798. OLE color: 5723798.
HSL color Cylindrical-coordinate representation of color #965657: hue angle of 359.06º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #965657 is Cyan = 0, Magento = 0.43, Yellow = 0.42 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 86 | 87 | - |
| CMYK | 0 | 0.43 | 0.42 | 0.41 |
| HSL | 359.06º | 0.27% | 0.46% | - |
| HSV(B) | 359.06º | 0.43% | 0.59% | - |
| XYZ | 17.63 | 13.83 | 10.76 | - |
| YUV | 105.25 | 117.7 | 159.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 86 | 87 | 0 | 0.43 | 0.42 | 0.41 | 359.06 | 0.27 | 0.46 |
| Hex | 96 | 56 | 57 | 0 | 2B | 2A | 29 | 167 | 1B | 2E |
| Octal | 226 | 126 | 127 | 0 | 53 | 52 | 51 | 547 | 33 | 56 |
| Binary | 10010110 | 1010110 | 1010111 | 0 | 101011 | 101010 | 101001 | 101100111 | 11011 | 101110 |
Color Harmonies of #965657
Complementary color
Monochromatic Colors of #965657
Black with #965657
Text Example
Text Example
White with #965657
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #965657; }
p { color: rgb(150,86,87); }
H1.HeaderClassName
{
color: #965657;
}
.AnyTagClassName
{
color: #965657;
}
</style>
background-color css
<style>
a { background-color: #965657; }
a { background-color: rgb(150,86,87); }
div.DivClassName
{
background-color: #965657;
}
.BgClassName
{
background-color: #965657;
}
</style>
border-color css
<style>
span { border-color: #965657; }
span { border-color: rgb(150,86,87); }
td.TdClassName
{
border-color: #965657;
}
.TagClassName
{
border-color: #965657;
}
</style>