#894E69

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

Shades of Cannon Pink #894E69

Tints of Cannon Pink #894E69

Color information

#894E69 (or 0x894E69) is unknown color: approx Cannon Pink. HEX triplet: 89, 4E and 69. RGB value is (137,78,105). Sum of RGB (Red+Green+Blue) = 137+78+105=320 (42% of max value = 765). Red value is 137 (53.91% from 255 or 42.81% from 320); Green value is 78 (30.86% from 255 or 24.38% from 320); Blue value is 105 (41.41% from 255 or 32.81% from 320); Max value from RGB is 137 - color contains mainly: red. Hex color #894E69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #894E69 is #76B196. Grayscale: #626262. Windows color (decimal): -7778711 or 6901385. OLE color: 6901385.

HSL color Cylindrical-coordinate representation of color #894E69: hue angle of 332.54º 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 #894E69 is Cyan = 0, Magento = 0.43, Yellow = 0.23 and Black (K on CMYK) = 0.46.

Color convert

RGB13778105-
CMYK00.430.230.46
HSL332.54º27.44%42.16%-
HSV(B)332.54º43.07%53.73%-
XYZ15.5911.7914.82-
YUV98.72131.55155.3-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 42.81%
GREEN value IS 78 (30.86% from 255) = 24.38%
BLUE value IS 105 (41.41% from 255) = 32.81%
R=42.81%
G=24.38%
B=32.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.23
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1377810500.430.230.46332.5427.4442.16
Hex894E6902B172E14d1b2a
Octal21111615105327565153352
Binary100010011001110110100101010111011110111010100110111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894E69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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