Shades of Solid Pink #965052
Tints of Solid Pink #965052
RGB
CMYK
RGB Variations
Color information
#965052 (or 0x965052) is known color: Solid Pink. HEX triplet: 96, 50 and 52. RGB value is (150,80,82). Sum of RGB (Red+Green+Blue) = 150+80+82=312 (41% of max value = 765). Red value is 150 (58.98% from 255 or 48.08% from 312); Green value is 80 (31.64% from 255 or 25.64% from 312); Blue value is 82 (32.42% from 255 or 26.28% from 312); Max value from RGB is 150 - color contains mainly: red. Hex color #965052 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965052 is #69AFAD. Grayscale: #656565. Windows color (decimal): -6926254 or 5394582. OLE color: 5394582.
HSL color Cylindrical-coordinate representation of color #965052: hue angle of 358.29º 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 #965052 is Cyan = 0, Magento = 0.47, Yellow = 0.45 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 80 | 82 | - |
| CMYK | 0 | 0.47 | 0.45 | 0.41 |
| HSL | 358.29º | 0.3% | 0.45% | - |
| HSV(B) | 358.29º | 0.47% | 0.59% | - |
| XYZ | 16.97 | 12.83 | 9.56 | - |
| YUV | 101.16 | 117.19 | 162.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 80 | 82 | 0 | 0.47 | 0.45 | 0.41 | 358.29 | 0.3 | 0.45 |
| Hex | 96 | 50 | 52 | 0 | 2F | 2D | 29 | 166 | 1E | 2D |
| Octal | 226 | 120 | 122 | 0 | 57 | 55 | 51 | 546 | 36 | 55 |
| Binary | 10010110 | 1010000 | 1010010 | 0 | 101111 | 101101 | 101001 | 101100110 | 11110 | 101101 |
Color Harmonies of #965052
Complementary color
Monochromatic Colors of #965052
Black with #965052
Text Example
Text Example
White with #965052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #965052; }
p { color: rgb(150,80,82); }
H1.HeaderClassName
{
color: #965052;
}
.AnyTagClassName
{
color: #965052;
}
</style>
background-color css
<style>
a { background-color: #965052; }
a { background-color: rgb(150,80,82); }
div.DivClassName
{
background-color: #965052;
}
.BgClassName
{
background-color: #965052;
}
</style>
border-color css
<style>
span { border-color: #965052; }
span { border-color: rgb(150,80,82); }
td.TdClassName
{
border-color: #965052;
}
.TagClassName
{
border-color: #965052;
}
</style>