Shades of Solid Pink #984649
Tints of Solid Pink #984649
RGB
CMYK
RGB Variations
Color information
#984649 (or 0x984649) is known color: Solid Pink. HEX triplet: 98, 46 and 49. RGB value is (152,70,73). Sum of RGB (Red+Green+Blue) = 152+70+73=295 (39% of max value = 765). Red value is 152 (59.77% from 255 or 51.53% from 295); Green value is 70 (27.73% from 255 or 23.73% from 295); Blue value is 73 (28.91% from 255 or 24.75% from 295); Max value from RGB is 152 - color contains mainly: red. Hex color #984649 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #984649 is #67B9B6. Grayscale: #5E5E5E. Windows color (decimal): -6797751 or 4802200. OLE color: 4802200.
HSL color Cylindrical-coordinate representation of color #984649: hue angle of 357.8º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #984649 is Cyan = 0, Magento = 0.54, Yellow = 0.52 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 70 | 73 | - |
| CMYK | 0 | 0.54 | 0.52 | 0.40 |
| HSL | 357.8º | 0.37% | 0.44% | - |
| HSV(B) | 357.8º | 0.54% | 0.6% | - |
| XYZ | 16.34 | 11.54 | 7.67 | - |
| YUV | 94.86 | 115.67 | 168.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 70 | 73 | 0 | 0.54 | 0.52 | 0.40 | 357.8 | 0.37 | 0.44 |
| Hex | 98 | 46 | 49 | 0 | 36 | 34 | 28 | 166 | 25 | 2C |
| Octal | 230 | 106 | 111 | 0 | 66 | 64 | 50 | 546 | 45 | 54 |
| Binary | 10011000 | 1000110 | 1001001 | 0 | 110110 | 110100 | 101000 | 101100110 | 100101 | 101100 |
Color Harmonies of #984649
Complementary color
Monochromatic Colors of #984649
Black with #984649
Text Example
Text Example
White with #984649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #984649; }
p { color: rgb(152,70,73); }
H1.HeaderClassName
{
color: #984649;
}
.AnyTagClassName
{
color: #984649;
}
</style>
background-color css
<style>
a { background-color: #984649; }
a { background-color: rgb(152,70,73); }
div.DivClassName
{
background-color: #984649;
}
.BgClassName
{
background-color: #984649;
}
</style>
border-color css
<style>
span { border-color: #984649; }
span { border-color: rgb(152,70,73); }
td.TdClassName
{
border-color: #984649;
}
.TagClassName
{
border-color: #984649;
}
</style>