#895766

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

Shades of Cannon Pink #895766

Tints of Cannon Pink #895766

Color information

#895766 (or 0x895766) is unknown color: approx Cannon Pink. HEX triplet: 89, 57 and 66. RGB value is (137,87,102). Sum of RGB (Red+Green+Blue) = 137+87+102=326 (43% of max value = 765). Red value is 137 (53.91% from 255 or 42.02% from 326); Green value is 87 (34.38% from 255 or 26.69% from 326); Blue value is 102 (40.23% from 255 or 31.29% from 326); Max value from RGB is 137 - color contains mainly: red. Hex color #895766 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895766 is #76A899. Grayscale: #676767. Windows color (decimal): -7776410 or 6707081. OLE color: 6707081.

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

Color convert

RGB13787102-
CMYK00.360.260.46
HSL342º22.32%43.92%-
HSV(B)342º36.5%53.73%-
XYZ16.1213.0914.25-
YUV103.66127.06151.78-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 42.02%
GREEN value IS 87 (34.38% from 255) = 26.69%
BLUE value IS 102 (40.23% from 255) = 31.29%
R=42.02%
G=26.69%
B=31.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.26
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1378710200.360.260.4634222.3243.92
Hex8957660241A2E156162c
Octal21112714604432565262654
Binary100010011010111110011001001001101010111010101011010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #895766; }

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

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

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

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

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

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

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

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