#894E6C

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

Shades of Cannon Pink #894E6C

Tints of Cannon Pink #894E6C

Color information

#894E6C (or 0x894E6C) is unknown color: approx Cannon Pink. HEX triplet: 89, 4E and 6C. RGB value is (137,78,108). Sum of RGB (Red+Green+Blue) = 137+78+108=323 (42% of max value = 765). Red value is 137 (53.91% from 255 or 42.41% from 323); Green value is 78 (30.86% from 255 or 24.15% from 323); Blue value is 108 (42.58% from 255 or 33.44% from 323); Max value from RGB is 137 - color contains mainly: red. Hex color #894E6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #894E6C is #76B193. Grayscale: #636363. Windows color (decimal): -7778708 or 7097993. OLE color: 7097993.

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

Color convert

RGB13778108-
CMYK00.430.210.46
HSL329.49º27.44%42.16%-
HSV(B)329.49º43.07%53.73%-
XYZ15.7511.8515.64-
YUV99.06133.05155.06-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 42.41%
GREEN value IS 78 (30.86% from 255) = 24.15%
BLUE value IS 108 (42.58% from 255) = 33.44%
R=42.41%
G=24.15%
B=33.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.21
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1377810800.430.210.46329.4927.4442.16
Hex894E6C02B152E1491b2a
Octal21111615405325565113352
Binary100010011001110110110001010111010110111010100100111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894E6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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