#885057

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

Shades of Solid Pink #885057

Tints of Solid Pink #885057

Color information

#885057 (or 0x885057) is unknown color: approx Solid Pink. HEX triplet: 88, 50 and 57. RGB value is (136,80,87). Sum of RGB (Red+Green+Blue) = 136+80+87=303 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.88% from 303); Green value is 80 (31.64% from 255 or 26.40% from 303); Blue value is 87 (34.38% from 255 or 28.71% from 303); Max value from RGB is 136 - color contains mainly: red. Hex color #885057 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #885057 is #77AFA8. Grayscale: #616161. Windows color (decimal): -7843753 or 5722248. OLE color: 5722248.

HSL color Cylindrical-coordinate representation of color #885057: hue angle of 352.5º 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 #885057 is Cyan = 0, Magento = 0.41, Yellow = 0.36 and Black (K on CMYK) = 0.47.

Color convert

RGB1368087-
CMYK00.410.360.47
HSL352.5º25.93%42.35%-
HSV(B)352.5º41.18%53.33%-
XYZ14.7411.6610.49-
YUV97.54122.05155.43-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 44.88%
GREEN value IS 80 (31.64% from 255) = 26.40%
BLUE value IS 87 (34.38% from 255) = 28.71%
R=44.88%
G=26.40%
B=28.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.36
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136808700.410.360.47352.525.9342.35
Hex885057029242F1601a2a
Octal21012012705144575403252
Binary1000100010100001010111010100110010010111110110000011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #885057; }

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

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

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

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

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

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

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

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