#885056

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

Shades of Solid Pink #885056

Tints of Solid Pink #885056

Color information

#885056 (or 0x885056) is unknown color: approx Solid Pink. HEX triplet: 88, 50 and 56. RGB value is (136,80,86). Sum of RGB (Red+Green+Blue) = 136+80+86=302 (40% of max value = 765). Red value is 136 (53.52% from 255 or 45.03% from 302); Green value is 80 (31.64% from 255 or 26.49% from 302); Blue value is 86 (33.98% from 255 or 28.48% from 302); Max value from RGB is 136 - color contains mainly: red. Hex color #885056 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #885056 is #77AFA9. Grayscale: #616161. Windows color (decimal): -7843754 or 5656712. OLE color: 5656712.

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

Color convert

RGB1368086-
CMYK00.410.370.47
HSL353.57º25.93%42.35%-
HSV(B)353.57º41.18%53.33%-
XYZ14.711.6410.28-
YUV97.43121.55155.51-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 45.03%
GREEN value IS 80 (31.64% from 255) = 26.49%
BLUE value IS 86 (33.98% from 255) = 28.48%
R=45.03%
G=26.49%
B=28.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.37
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136808600.410.370.47353.5725.9342.35
Hex885056029252F1621a2a
Octal21012012605145575423252
Binary1000100010100001010110010100110010110111110110001011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #885056; }

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

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

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

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

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

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

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

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