#985055

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

Shades of Solid Pink #985055

Tints of Solid Pink #985055

Color information

#985055 (or 0x985055) is unknown color: approx Solid Pink. HEX triplet: 98, 50 and 55. RGB value is (152,80,85). Sum of RGB (Red+Green+Blue) = 152+80+85=317 (41% of max value = 765). Red value is 152 (59.77% from 255 or 47.95% from 317); Green value is 80 (31.64% from 255 or 25.24% from 317); Blue value is 85 (33.59% from 255 or 26.81% from 317); Max value from RGB is 152 - color contains mainly: red. Hex color #985055 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985055 is #67AFAA. Grayscale: #666666. Windows color (decimal): -6795179 or 5591192. OLE color: 5591192.

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

Color convert

RGB1528085-
CMYK00.470.440.40
HSL355.83º31.03%45.49%-
HSV(B)355.83º47.37%59.61%-
XYZ17.4613.0710.2-
YUV102.1118.35163.59-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 47.95%
GREEN value IS 80 (31.64% from 255) = 25.24%
BLUE value IS 85 (33.59% from 255) = 26.81%
R=47.95%
G=25.24%
B=26.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.44
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152808500.470.440.40355.8331.0345.49
Hex98505502F2C281641f2d
Octal23012012505754505443755
Binary1001100010100001010101010111110110010100010110010011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #985055; }

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

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

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

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

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

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

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

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