#894F62

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

Shades of Cannon Pink #894F62

Tints of Cannon Pink #894F62

Color information

#894F62 (or 0x894F62) is unknown color: approx Cannon Pink. HEX triplet: 89, 4F and 62. RGB value is (137,79,98). Sum of RGB (Red+Green+Blue) = 137+79+98=314 (41% of max value = 765). Red value is 137 (53.91% from 255 or 43.63% from 314); Green value is 79 (31.25% from 255 or 25.16% from 314); Blue value is 98 (38.67% from 255 or 31.21% from 314); Max value from RGB is 137 - color contains mainly: red. Hex color #894F62 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #894F62 is #76B09D. Grayscale: #626262. Windows color (decimal): -7778462 or 6442889. OLE color: 6442889.

HSL color Cylindrical-coordinate representation of color #894F62: hue angle of 340.34º degrees, saturation: 0.27, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #894F62 is Cyan = 0, Magento = 0.42, Yellow = 0.28 and Black (K on CMYK) = 0.46.

Color convert

RGB1377998-
CMYK00.420.280.46
HSL340.34º26.85%42.35%-
HSV(B)340.34º42.34%53.73%-
XYZ15.3211.7913.02-
YUV98.51127.72155.46-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 43.63%
GREEN value IS 79 (31.25% from 255) = 25.16%
BLUE value IS 98 (38.67% from 255) = 31.21%
R=43.63%
G=25.16%
B=31.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.28
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137799800.420.280.46340.3426.8542.35
Hex894F6202A1C2E1541b2a
Octal21111714205234565243352
Binary100010011001111110001001010101110010111010101010011011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894F62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #894F62; }

 p { color: rgb(137,79,98); }

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

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

 a { background-color: rgb(137,79,98); }

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

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

 span { border-color: rgb(137,79,98); }

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