#895960

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

Shades of Cannon Pink #895960

Tints of Cannon Pink #895960

Color information

#895960 (or 0x895960) is unknown color: approx Cannon Pink. HEX triplet: 89, 59 and 60. RGB value is (137,89,96). Sum of RGB (Red+Green+Blue) = 137+89+96=322 (42% of max value = 765). Red value is 137 (53.91% from 255 or 42.55% from 322); Green value is 89 (35.16% from 255 or 27.64% from 322); Blue value is 96 (37.89% from 255 or 29.81% from 322); Max value from RGB is 137 - color contains mainly: red. Hex color #895960 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895960 is #76A69F. Grayscale: #686868. Windows color (decimal): -7775904 or 6314377. OLE color: 6314377.

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

Color convert

RGB1378996-
CMYK00.350.300.46
HSL351.25º21.24%44.31%-
HSV(B)351.25º35.04%53.73%-
XYZ1613.3112.79-
YUV104.15123.4151.43-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 42.55%
GREEN value IS 89 (35.16% from 255) = 27.64%
BLUE value IS 96 (37.89% from 255) = 29.81%
R=42.55%
G=27.64%
B=29.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.30
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137899600.350.300.46351.2521.2444.31
Hex8959600231E2E15f152c
Octal21113114004336565372554
Binary100010011011001110000001000111111010111010101111110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #895960; }

 p { color: rgb(137,89,96); }

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

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

 a { background-color: rgb(137,89,96); }

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

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

 span { border-color: rgb(137,89,96); }

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