#895660

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

Shades of Cannon Pink #895660

Tints of Cannon Pink #895660

Color information

#895660 (or 0x895660) is unknown color: approx Cannon Pink. HEX triplet: 89, 56 and 60. RGB value is (137,86,96). Sum of RGB (Red+Green+Blue) = 137+86+96=319 (42% of max value = 765). Red value is 137 (53.91% from 255 or 42.95% from 319); Green value is 86 (33.98% from 255 or 26.96% from 319); Blue value is 96 (37.89% from 255 or 30.09% from 319); Max value from RGB is 137 - color contains mainly: red. Hex color #895660 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895660 is #76A99F. Grayscale: #666666. Windows color (decimal): -7776672 or 6313609. OLE color: 6313609.

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

Color convert

RGB1378696-
CMYK00.370.300.46
HSL348.24º22.87%43.73%-
HSV(B)348.24º37.23%53.73%-
XYZ15.7612.8212.71-
YUV102.39124.4152.69-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 42.95%
GREEN value IS 86 (33.98% from 255) = 26.96%
BLUE value IS 96 (37.89% from 255) = 30.09%
R=42.95%
G=26.96%
B=30.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.30
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137869600.370.300.46348.2422.8743.73
Hex8956600251E2E15c172c
Octal21112614004536565342754
Binary100010011010110110000001001011111010111010101110010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #895660; }

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

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

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

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

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

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

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

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