#885660

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

Shades of Cannon Pink #885660

Tints of Cannon Pink #885660

Color information

#885660 (or 0x885660) is unknown color: approx Cannon Pink. HEX triplet: 88, 56 and 60. RGB value is (136,86,96). Sum of RGB (Red+Green+Blue) = 136+86+96=318 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.77% from 318); Green value is 86 (33.98% from 255 or 27.04% from 318); Blue value is 96 (37.89% from 255 or 30.19% from 318); Max value from RGB is 136 - color contains mainly: red. Hex color #885660 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #885660 is #77A99F. Grayscale: #666666. Windows color (decimal): -7842208 or 6313608. OLE color: 6313608.

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

Color convert

RGB1368696-
CMYK00.370.290.47
HSL348º22.52%43.53%-
HSV(B)348º36.76%53.33%-
XYZ15.5912.7312.7-
YUV102.09124.56152.19-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 42.77%
GREEN value IS 86 (33.98% from 255) = 27.04%
BLUE value IS 96 (37.89% from 255) = 30.19%
R=42.77%
G=27.04%
B=30.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.29
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136869600.370.290.4734822.5243.53
Hex8856600251D2F15c172c
Octal21012614004535575342754
Binary100010001010110110000001001011110110111110101110010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #885660; }

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

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

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

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

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

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

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

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