#895664

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

Shades of Cannon Pink #895664

Tints of Cannon Pink #895664

Color information

#895664 (or 0x895664) is unknown color: approx Cannon Pink. HEX triplet: 89, 56 and 64. RGB value is (137,86,100). Sum of RGB (Red+Green+Blue) = 137+86+100=323 (42% of max value = 765). Red value is 137 (53.91% from 255 or 42.41% from 323); Green value is 86 (33.98% from 255 or 26.63% from 323); Blue value is 100 (39.45% from 255 or 30.96% from 323); Max value from RGB is 137 - color contains mainly: red. Hex color #895664 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895664 is #76A99B. Grayscale: #666666. Windows color (decimal): -7776668 or 6575753. OLE color: 6575753.

HSL color Cylindrical-coordinate representation of color #895664: hue angle of 343.53º 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 #895664 is Cyan = 0, Magento = 0.37, Yellow = 0.27 and Black (K on CMYK) = 0.46.

Color convert

RGB13786100-
CMYK00.370.270.46
HSL343.53º22.87%43.73%-
HSV(B)343.53º37.23%53.73%-
XYZ15.9412.8913.71-
YUV102.84126.4152.36-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 42.41%
GREEN value IS 86 (33.98% from 255) = 26.63%
BLUE value IS 100 (39.45% from 255) = 30.96%
R=42.41%
G=26.63%
B=30.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.27
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1378610000.370.270.46343.5322.8743.73
Hex8956640251B2E158172c
Octal21112614404533565302754
Binary100010011010110110010001001011101110111010101100010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #895664; }

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

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

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

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

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

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

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

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