#894E65

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

Shades of Cannon Pink #894E65

Tints of Cannon Pink #894E65

Color information

#894E65 (or 0x894E65) is unknown color: approx Cannon Pink. HEX triplet: 89, 4E and 65. RGB value is (137,78,101). Sum of RGB (Red+Green+Blue) = 137+78+101=316 (41% of max value = 765). Red value is 137 (53.91% from 255 or 43.35% from 316); Green value is 78 (30.86% from 255 or 24.68% from 316); Blue value is 101 (39.84% from 255 or 31.96% from 316); Max value from RGB is 137 - color contains mainly: red. Hex color #894E65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #894E65 is #76B19A. Grayscale: #626262. Windows color (decimal): -7778715 or 6639241. OLE color: 6639241.

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

Color convert

RGB13778101-
CMYK00.430.260.46
HSL336.61º27.44%42.16%-
HSV(B)336.61º43.07%53.73%-
XYZ15.3911.7113.76-
YUV98.26129.55155.63-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 43.35%
GREEN value IS 78 (30.86% from 255) = 24.68%
BLUE value IS 101 (39.84% from 255) = 31.96%
R=43.35%
G=24.68%
B=31.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.26
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1377810100.430.260.46336.6127.4442.16
Hex894E6502B1A2E1511b2a
Octal21111614505332565213352
Binary100010011001110110010101010111101010111010101000111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894E65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,78,101); }

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

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

 a { background-color: rgb(137,78,101); }

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

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

 span { border-color: rgb(137,78,101); }

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