Shades of Solid Pink #965255
Tints of Solid Pink #965255
RGB
CMYK
RGB Variations
Color information
#965255 (or 0x965255) is known color: Solid Pink. HEX triplet: 96, 52 and 55. RGB value is (150,82,85). Sum of RGB (Red+Green+Blue) = 150+82+85=317 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.32% from 317); Green value is 82 (32.42% from 255 or 25.87% from 317); Blue value is 85 (33.59% from 255 or 26.81% from 317); Max value from RGB is 150 - color contains mainly: red. Hex color #965255 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965255 is #69ADAA. Grayscale: #666666. Windows color (decimal): -6925739 or 5591702. OLE color: 5591702.
HSL color Cylindrical-coordinate representation of color #965255: hue angle of 357.35º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #965255 is Cyan = 0, Magento = 0.45, Yellow = 0.43 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 82 | 85 | - |
| CMYK | 0 | 0.45 | 0.43 | 0.41 |
| HSL | 357.35º | 0.29% | 0.45% | - |
| HSV(B) | 357.35º | 0.45% | 0.59% | - |
| XYZ | 17.23 | 13.17 | 10.23 | - |
| YUV | 102.67 | 118.03 | 161.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 82 | 85 | 0 | 0.45 | 0.43 | 0.41 | 357.35 | 0.29 | 0.45 |
| Hex | 96 | 52 | 55 | 0 | 2D | 2B | 29 | 165 | 1D | 2D |
| Octal | 226 | 122 | 125 | 0 | 55 | 53 | 51 | 545 | 35 | 55 |
| Binary | 10010110 | 1010010 | 1010101 | 0 | 101101 | 101011 | 101001 | 101100101 | 11101 | 101101 |
Color Harmonies of #965255
Complementary color
Monochromatic Colors of #965255
Black with #965255
Text Example
Text Example
White with #965255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #965255; }
p { color: rgb(150,82,85); }
H1.HeaderClassName
{
color: #965255;
}
.AnyTagClassName
{
color: #965255;
}
</style>
background-color css
<style>
a { background-color: #965255; }
a { background-color: rgb(150,82,85); }
div.DivClassName
{
background-color: #965255;
}
.BgClassName
{
background-color: #965255;
}
</style>
border-color css
<style>
span { border-color: #965255; }
span { border-color: rgb(150,82,85); }
td.TdClassName
{
border-color: #965255;
}
.TagClassName
{
border-color: #965255;
}
</style>