#894564

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

Shades of Cannon Pink #894564

Tints of Cannon Pink #894564

Color information

#894564 (or 0x894564) is unknown color: approx Cannon Pink. HEX triplet: 89, 45 and 64. RGB value is (137,69,100). Sum of RGB (Red+Green+Blue) = 137+69+100=306 (40% of max value = 765). Red value is 137 (53.91% from 255 or 44.77% from 306); Green value is 69 (27.34% from 255 or 22.55% from 306); Blue value is 100 (39.45% from 255 or 32.68% from 306); Max value from RGB is 137 - color contains mainly: red. Hex color #894564 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #894564 is #76BA9B. Grayscale: #5C5C5C. Windows color (decimal): -7781020 or 6571401. OLE color: 6571401.

HSL color Cylindrical-coordinate representation of color #894564: hue angle of 332.65º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #894564 is Cyan = 0, Magento = 0.50, Yellow = 0.27 and Black (K on CMYK) = 0.46.

Color convert

RGB13769100-
CMYK00.500.270.46
HSL332.65º33.01%40.39%-
HSV(B)332.65º49.64%53.73%-
XYZ14.7410.4913.31-
YUV92.87132.03159.48-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 44.77%
GREEN value IS 69 (27.34% from 255) = 22.55%
BLUE value IS 100 (39.45% from 255) = 32.68%
R=44.77%
G=22.55%
B=32.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.27
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1376910000.500.270.46332.6533.0140.39
Hex8945640321B2E14d2128
Octal21110514406233565154150
Binary1000100110001011100100011001011011101110101001101100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #894564; }

 p { color: rgb(137,69,100); }

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

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

 a { background-color: rgb(137,69,100); }

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

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

 span { border-color: rgb(137,69,100); }

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