Shades of Solid Pink #984F55
Tints of Solid Pink #984F55
RGB
CMYK
RGB Variations
Color information
#984F55 (or 0x984F55) is known color: Solid Pink. HEX triplet: 98, 4F and 55. RGB value is (152,79,85). Sum of RGB (Red+Green+Blue) = 152+79+85=316 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.10% from 316); Green value is 79 (31.25% from 255 or 25% from 316); Blue value is 85 (33.59% from 255 or 26.90% from 316); Max value from RGB is 152 - color contains mainly: red. Hex color #984F55 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #984F55 is #67B0AA. Grayscale: #656565. Windows color (decimal): -6795435 or 5590936. OLE color: 5590936.
HSL color Cylindrical-coordinate representation of color #984F55: hue angle of 355.07º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #984F55 is Cyan = 0, Magento = 0.48, Yellow = 0.44 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 79 | 85 | - |
| CMYK | 0 | 0.48 | 0.44 | 0.40 |
| HSL | 355.07º | 0.32% | 0.45% | - |
| HSV(B) | 355.07º | 0.48% | 0.6% | - |
| XYZ | 17.38 | 12.92 | 10.17 | - |
| YUV | 101.51 | 118.68 | 164.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 79 | 85 | 0 | 0.48 | 0.44 | 0.40 | 355.07 | 0.32 | 0.45 |
| Hex | 98 | 4F | 55 | 0 | 30 | 2C | 28 | 163 | 20 | 2D |
| Octal | 230 | 117 | 125 | 0 | 60 | 54 | 50 | 543 | 40 | 55 |
| Binary | 10011000 | 1001111 | 1010101 | 0 | 110000 | 101100 | 101000 | 101100011 | 100000 | 101101 |
Color Harmonies of #984F55
Complementary color
Monochromatic Colors of #984F55
Black with #984F55
Text Example
Text Example
White with #984F55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #984F55; }
p { color: rgb(152,79,85); }
H1.HeaderClassName
{
color: #984F55;
}
.AnyTagClassName
{
color: #984F55;
}
</style>
background-color css
<style>
a { background-color: #984F55; }
a { background-color: rgb(152,79,85); }
div.DivClassName
{
background-color: #984F55;
}
.BgClassName
{
background-color: #984F55;
}
</style>
border-color css
<style>
span { border-color: #984F55; }
span { border-color: rgb(152,79,85); }
td.TdClassName
{
border-color: #984F55;
}
.TagClassName
{
border-color: #984F55;
}
</style>