#894d69

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

Shades of Cannon Pink #894D69

Tints of Cannon Pink #894D69

Color information

#894D69 (or 0x894D69) is unknown color: approx Cannon Pink. HEX triplet: 89, 4D and 69. RGB value is (137,77,105). Sum of RGB (Red+Green+Blue) = 137+77+105=319 (42% of max value = 765). Red value is 137 (53.91% from 255 or 42.95% from 319); Green value is 77 (30.47% from 255 or 24.14% from 319); Blue value is 105 (41.41% from 255 or 32.92% from 319); Max value from RGB is 137 - color contains mainly: red. Hex color #894D69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #894D69 is #76B296. Grayscale: #626262. Windows color (decimal): -7778967 or 6901129. OLE color: 6901129.

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

Color convert

RGB13777105-
CMYK00.440.230.46
HSL332º28.04%41.96%-
HSV(B)332º43.8%53.73%-
XYZ15.5211.6514.79-
YUV98.13131.88155.72-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 42.95%
GREEN value IS 77 (30.47% from 255) = 24.14%
BLUE value IS 105 (41.41% from 255) = 32.92%
R=42.95%
G=24.14%
B=32.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.23
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1377710500.440.230.4633228.0441.96
Hex894D6902C172E14c1c2a
Octal21111515105427565143452
Binary100010011001101110100101011001011110111010100110011100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894d69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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