Shades of Solid Pink #985354
Tints of Solid Pink #985354
RGB
CMYK
RGB Variations
Color information
#985354 (or 0x985354) is known color: Solid Pink. HEX triplet: 98, 53 and 54. RGB value is (152,83,84). Sum of RGB (Red+Green+Blue) = 152+83+84=319 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.65% from 319); Green value is 83 (32.81% from 255 or 26.02% from 319); Blue value is 84 (33.20% from 255 or 26.33% from 319); Max value from RGB is 152 - color contains mainly: red. Hex color #985354 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985354 is #67ACAB. Grayscale: #676767. Windows color (decimal): -6794412 or 5526424. OLE color: 5526424.
HSL color Cylindrical-coordinate representation of color #985354: hue angle of 359.13º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #985354 is Cyan = 0, Magento = 0.45, Yellow = 0.45 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 83 | 84 | - |
| CMYK | 0 | 0.45 | 0.45 | 0.40 |
| HSL | 359.13º | 0.29% | 0.46% | - |
| HSV(B) | 359.13º | 0.45% | 0.6% | - |
| XYZ | 17.64 | 13.5 | 10.06 | - |
| YUV | 103.75 | 116.86 | 162.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 83 | 84 | 0 | 0.45 | 0.45 | 0.40 | 359.13 | 0.29 | 0.46 |
| Hex | 98 | 53 | 54 | 0 | 2D | 2D | 28 | 167 | 1D | 2E |
| Octal | 230 | 123 | 124 | 0 | 55 | 55 | 50 | 547 | 35 | 56 |
| Binary | 10011000 | 1010011 | 1010100 | 0 | 101101 | 101101 | 101000 | 101100111 | 11101 | 101110 |
Color Harmonies of #985354
Complementary color
Monochromatic Colors of #985354
Black with #985354
Text Example
Text Example
White with #985354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #985354; }
p { color: rgb(152,83,84); }
H1.HeaderClassName
{
color: #985354;
}
.AnyTagClassName
{
color: #985354;
}
</style>
background-color css
<style>
a { background-color: #985354; }
a { background-color: rgb(152,83,84); }
div.DivClassName
{
background-color: #985354;
}
.BgClassName
{
background-color: #985354;
}
</style>
border-color css
<style>
span { border-color: #985354; }
span { border-color: rgb(152,83,84); }
td.TdClassName
{
border-color: #985354;
}
.TagClassName
{
border-color: #985354;
}
</style>