#895764

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

Shades of Cannon Pink #895764

Tints of Cannon Pink #895764

Color information

#895764 (or 0x895764) is unknown color: approx Cannon Pink. HEX triplet: 89, 57 and 64. RGB value is (137,87,100). Sum of RGB (Red+Green+Blue) = 137+87+100=324 (42% of max value = 765). Red value is 137 (53.91% from 255 or 42.28% from 324); Green value is 87 (34.38% from 255 or 26.85% from 324); Blue value is 100 (39.45% from 255 or 30.86% from 324); Max value from RGB is 137 - color contains mainly: red. Hex color #895764 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895764 is #76A89B. Grayscale: #676767. Windows color (decimal): -7776412 or 6576009. OLE color: 6576009.

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

Color convert

RGB13787100-
CMYK00.360.270.46
HSL344.4º22.32%43.92%-
HSV(B)344.4º36.5%53.73%-
XYZ16.0213.0513.73-
YUV103.43126.06151.94-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 42.28%
GREEN value IS 87 (34.38% from 255) = 26.85%
BLUE value IS 100 (39.45% from 255) = 30.86%
R=42.28%
G=26.85%
B=30.86%

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
Decimal1378710000.360.270.46344.422.3243.92
Hex8957640241B2E158162c
Octal21112714404433565302654
Binary100010011010111110010001001001101110111010101100010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895764

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #895764; }

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

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

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

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

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

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

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

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