#885771

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

Shades of Cannon Pink #885771

Tints of Cannon Pink #885771

Color information

#885771 (or 0x885771) is unknown color: approx Cannon Pink. HEX triplet: 88, 57 and 71. RGB value is (136,87,113). Sum of RGB (Red+Green+Blue) = 136+87+113=336 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.48% from 336); Green value is 87 (34.38% from 255 or 25.89% from 336); Blue value is 113 (44.53% from 255 or 33.63% from 336); Max value from RGB is 136 - color contains mainly: red. Hex color #885771 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #885771 is #77A88E. Grayscale: #686868. Windows color (decimal): -7841935 or 7427976. OLE color: 7427976.

HSL color Cylindrical-coordinate representation of color #885771: hue angle of 328.16º degrees, saturation: 0.22, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #885771 is Cyan = 0, Magento = 0.36, Yellow = 0.17 and Black (K on CMYK) = 0.47.

Color convert

RGB13687113-
CMYK00.360.170.47
HSL328.16º21.97%43.73%-
HSV(B)328.16º36.03%53.33%-
XYZ16.5413.2417.31-
YUV104.62132.73150.39-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 40.48%
GREEN value IS 87 (34.38% from 255) = 25.89%
BLUE value IS 113 (44.53% from 255) = 33.63%
R=40.48%
G=25.89%
B=33.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.17
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1368711300.360.170.47328.1621.9743.73
Hex885771024112F148162c
Octal21012716104421575102654
Binary100010001010111111000101001001000110111110100100010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #885771; }

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

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

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

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

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

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

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

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