Shades of Solid Pink #965354
Tints of Solid Pink #965354
RGB
CMYK
RGB Variations
Color information
#965354 (or 0x965354) is known color: Solid Pink. HEX triplet: 96, 53 and 54. RGB value is (150,83,84). Sum of RGB (Red+Green+Blue) = 150+83+84=317 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.32% from 317); Green value is 83 (32.81% from 255 or 26.18% from 317); Blue value is 84 (33.20% from 255 or 26.50% from 317); Max value from RGB is 150 - color contains mainly: red. Hex color #965354 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965354 is #69ACAB. Grayscale: #676767. Windows color (decimal): -6925484 or 5526422. OLE color: 5526422.
HSL color Cylindrical-coordinate representation of color #965354: hue angle of 359.1º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #965354 is Cyan = 0, Magento = 0.45, Yellow = 0.44 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 83 | 84 | - |
| CMYK | 0 | 0.45 | 0.44 | 0.41 |
| HSL | 359.1º | 0.29% | 0.46% | - |
| HSV(B) | 359.1º | 0.45% | 0.59% | - |
| XYZ | 17.27 | 13.31 | 10.05 | - |
| YUV | 103.15 | 117.2 | 161.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 83 | 84 | 0 | 0.45 | 0.44 | 0.41 | 359.1 | 0.29 | 0.46 |
| Hex | 96 | 53 | 54 | 0 | 2D | 2C | 29 | 167 | 1D | 2E |
| Octal | 226 | 123 | 124 | 0 | 55 | 54 | 51 | 547 | 35 | 56 |
| Binary | 10010110 | 1010011 | 1010100 | 0 | 101101 | 101100 | 101001 | 101100111 | 11101 | 101110 |
Color Harmonies of #965354
Complementary color
Monochromatic Colors of #965354
Black with #965354
Text Example
Text Example
White with #965354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #965354; }
p { color: rgb(150,83,84); }
H1.HeaderClassName
{
color: #965354;
}
.AnyTagClassName
{
color: #965354;
}
</style>
background-color css
<style>
a { background-color: #965354; }
a { background-color: rgb(150,83,84); }
div.DivClassName
{
background-color: #965354;
}
.BgClassName
{
background-color: #965354;
}
</style>
border-color css
<style>
span { border-color: #965354; }
span { border-color: rgb(150,83,84); }
td.TdClassName
{
border-color: #965354;
}
.TagClassName
{
border-color: #965354;
}
</style>