#885760

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

Shades of Cannon Pink #885760

Tints of Cannon Pink #885760

Color information

#885760 (or 0x885760) is unknown color: approx Cannon Pink. HEX triplet: 88, 57 and 60. RGB value is (136,87,96). Sum of RGB (Red+Green+Blue) = 136+87+96=319 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.63% from 319); Green value is 87 (34.38% from 255 or 27.27% from 319); Blue value is 96 (37.89% from 255 or 30.09% from 319); Max value from RGB is 136 - color contains mainly: red. Hex color #885760 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #885760 is #77A89F. Grayscale: #666666. Windows color (decimal): -7841952 or 6313864. OLE color: 6313864.

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

Color convert

RGB1368796-
CMYK00.360.290.47
HSL348.98º21.97%43.73%-
HSV(B)348.98º36.03%53.33%-
XYZ15.6712.912.73-
YUV102.68124.23151.77-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 42.63%
GREEN value IS 87 (34.38% from 255) = 27.27%
BLUE value IS 96 (37.89% from 255) = 30.09%
R=42.63%
G=27.27%
B=30.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.29
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136879600.360.290.47348.9821.9743.73
Hex8857600241D2F15d162c
Octal21012714004435575352654
Binary100010001010111110000001001001110110111110101110110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #885760; }

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

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

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

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

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

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

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

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