#895771

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

Shades of Cannon Pink #895771

Tints of Cannon Pink #895771

Color information

#895771 (or 0x895771) is unknown color: approx Cannon Pink. HEX triplet: 89, 57 and 71. RGB value is (137,87,113). Sum of RGB (Red+Green+Blue) = 137+87+113=337 (44% of max value = 765). Red value is 137 (53.91% from 255 or 40.65% from 337); Green value is 87 (34.38% from 255 or 25.82% from 337); Blue value is 113 (44.53% from 255 or 33.53% from 337); Max value from RGB is 137 - color contains mainly: red. Hex color #895771 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895771 is #76A88E. Grayscale: #686868. Windows color (decimal): -7776399 or 7427977. OLE color: 7427977.

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

Color convert

RGB13787113-
CMYK00.360.180.46
HSL328.8º22.32%43.92%-
HSV(B)328.8º36.5%53.73%-
XYZ16.7113.3317.31-
YUV104.91132.56150.89-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 40.65%
GREEN value IS 87 (34.38% from 255) = 25.82%
BLUE value IS 113 (44.53% from 255) = 33.53%
R=40.65%
G=25.82%
B=33.53%

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
Decimal1378711300.360.180.46328.822.3243.92
Hex895771024122E149162c
Octal21112716104422565112654
Binary100010011010111111000101001001001010111010100100110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #895771; }

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

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

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

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

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

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

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

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