#895864

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

Shades of Cannon Pink #895864

Tints of Cannon Pink #895864

Color information

#895864 (or 0x895864) is unknown color: approx Cannon Pink. HEX triplet: 89, 58 and 64. RGB value is (137,88,100). Sum of RGB (Red+Green+Blue) = 137+88+100=325 (43% of max value = 765). Red value is 137 (53.91% from 255 or 42.15% from 325); Green value is 88 (34.77% from 255 or 27.08% from 325); Blue value is 100 (39.45% from 255 or 30.77% from 325); Max value from RGB is 137 - color contains mainly: red. Hex color #895864 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895864 is #76A79B. Grayscale: #686868. Windows color (decimal): -7776156 or 6576265. OLE color: 6576265.

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

Color convert

RGB13788100-
CMYK00.360.270.46
HSL345.31º21.78%44.12%-
HSV(B)345.31º35.77%53.73%-
XYZ16.1113.2213.76-
YUV104.02125.73151.52-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 42.15%
GREEN value IS 88 (34.77% from 255) = 27.08%
BLUE value IS 100 (39.45% from 255) = 30.77%
R=42.15%
G=27.08%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.27
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1378810000.360.270.46345.3121.7844.12
Hex8958640241B2E159162c
Octal21113014404433565312654
Binary100010011011000110010001001001101110111010101100110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895864

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #895864; }

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

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

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

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

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

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

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

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