#885560

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

Shades of Cannon Pink #885560

Tints of Cannon Pink #885560

Color information

#885560 (or 0x885560) is unknown color: approx Cannon Pink. HEX triplet: 88, 55 and 60. RGB value is (136,85,96). Sum of RGB (Red+Green+Blue) = 136+85+96=317 (41% of max value = 765). Red value is 136 (53.52% from 255 or 42.90% from 317); Green value is 85 (33.59% from 255 or 26.81% from 317); Blue value is 96 (37.89% from 255 or 30.28% from 317); Max value from RGB is 136 - color contains mainly: red. Hex color #885560 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #885560 is #77AA9F. Grayscale: #656565. Windows color (decimal): -7842464 or 6313352. OLE color: 6313352.

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

Color convert

RGB1368596-
CMYK00.380.290.47
HSL347.06º23.08%43.33%-
HSV(B)347.06º37.5%53.33%-
XYZ15.5112.5812.68-
YUV101.5124.9152.61-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 42.90%
GREEN value IS 85 (33.59% from 255) = 26.81%
BLUE value IS 96 (37.89% from 255) = 30.28%
R=42.90%
G=26.81%
B=30.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.29
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136859600.380.290.47347.0623.0843.33
Hex8855600261D2F15b172b
Octal21012514004635575332753
Binary100010001010101110000001001101110110111110101101110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #885560; }

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

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

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

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

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

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

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

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