#985556

Color #985556 Solid Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Solid Pink #985556

Tints of Solid Pink #985556

Color information

#985556 (or 0x985556) is unknown color: approx Solid Pink. HEX triplet: 98, 55 and 56. RGB value is (152,85,86). Sum of RGB (Red+Green+Blue) = 152+85+86=323 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.06% from 323); Green value is 85 (33.59% from 255 or 26.32% from 323); Blue value is 86 (33.98% from 255 or 26.63% from 323); Max value from RGB is 152 - color contains mainly: red. Hex color #985556 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985556 is #67AAA9. Grayscale: #696969. Windows color (decimal): -6793898 or 5658008. OLE color: 5658008.

HSL color Cylindrical-coordinate representation of color #985556: hue angle of 359.1º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #985556 is Cyan = 0, Magento = 0.44, Yellow = 0.43 and Black (K on CMYK) = 0.40.

Color convert

RGB1528586-
CMYK00.440.430.40
HSL359.1º28.27%46.47%-
HSV(B)359.1º44.08%59.61%-
XYZ17.8813.8410.53-
YUV105.15117.2161.42-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 152 (59.77% from 255) = 47.06%
GREEN value IS 85 (33.59% from 255) = 26.32%
BLUE value IS 86 (33.98% from 255) = 26.63%
R=47.06%
G=26.32%
B=26.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.43
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152858600.440.430.40359.128.2746.47
Hex98555602C2B281671c2e
Octal23012512605453505473456
Binary1001100010101011010110010110010101110100010110011111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #985556; }

 p { color: rgb(152,85,86); }

 H1.HeaderClassName
 {
   color: #985556;
 }
 .AnyTagClassName
 {
   color: #985556;
 }
</style>
background-color css

<style>
 a { background-color: #985556; }

 a { background-color: rgb(152,85,86); }

 div.DivClassName
 {
   background-color: #985556;
 }
 .BgClassName
 {
   background-color: #985556;
 }
</style>
border-color css

<style>
 span { border-color: #985556; }

 span { border-color: rgb(152,85,86); }

 td.TdClassName
 {
   border-color: #985556;
 }
 .TagClassName
 {
   border-color: #985556;
 }
</style>