#885055

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

Shades of Solid Pink #885055

Tints of Solid Pink #885055

Color information

#885055 (or 0x885055) is unknown color: approx Solid Pink. HEX triplet: 88, 50 and 55. RGB value is (136,80,85). Sum of RGB (Red+Green+Blue) = 136+80+85=301 (39% of max value = 765). Red value is 136 (53.52% from 255 or 45.18% from 301); Green value is 80 (31.64% from 255 or 26.58% from 301); Blue value is 85 (33.59% from 255 or 28.24% from 301); Max value from RGB is 136 - color contains mainly: red. Hex color #885055 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #885055 is #77AFAA. Grayscale: #616161. Windows color (decimal): -7843755 or 5591176. OLE color: 5591176.

HSL color Cylindrical-coordinate representation of color #885055: hue angle of 354.64º degrees, saturation: 0.26, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #885055 is Cyan = 0, Magento = 0.41, Yellow = 0.38 and Black (K on CMYK) = 0.47.

Color convert

RGB1368085-
CMYK00.410.380.47
HSL354.64º25.93%42.35%-
HSV(B)354.64º41.18%53.33%-
XYZ14.6611.6310.07-
YUV97.31121.05155.59-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 45.18%
GREEN value IS 80 (31.64% from 255) = 26.58%
BLUE value IS 85 (33.59% from 255) = 28.24%
R=45.18%
G=26.58%
B=28.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.38
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136808500.410.380.47354.6425.9342.35
Hex885055029262F1631a2a
Octal21012012505146575433252
Binary1000100010100001010101010100110011010111110110001111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #885055; }

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

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

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

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

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

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

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

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