#895770

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

Shades of Cannon Pink #895770

Tints of Cannon Pink #895770

Color information

#895770 (or 0x895770) is unknown color: approx Cannon Pink. HEX triplet: 89, 57 and 70. RGB value is (137,87,112). Sum of RGB (Red+Green+Blue) = 137+87+112=336 (44% of max value = 765). Red value is 137 (53.91% from 255 or 40.77% from 336); Green value is 87 (34.38% from 255 or 25.89% from 336); Blue value is 112 (44.14% from 255 or 33.33% from 336); Max value from RGB is 137 - color contains mainly: red. Hex color #895770 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895770 is #76A88F. Grayscale: #686868. Windows color (decimal): -7776400 or 7362441. OLE color: 7362441.

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

Color convert

RGB13787112-
CMYK00.360.180.46
HSL330º22.32%43.92%-
HSV(B)330º36.5%53.73%-
XYZ16.6513.317.02-
YUV104.8132.06150.97-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 40.77%
GREEN value IS 87 (34.38% from 255) = 25.89%
BLUE value IS 112 (44.14% from 255) = 33.33%
R=40.77%
G=25.89%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.18
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1378711200.360.180.4633022.3243.92
Hex895770024122E14a162c
Octal21112716004422565122654
Binary100010011010111111000001001001001010111010100101010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #895770; }

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

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

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

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

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

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

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

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