#894360

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

Shades of Cannon Pink #894360

Tints of Cannon Pink #894360

Color information

#894360 (or 0x894360) is unknown color: approx Cannon Pink. HEX triplet: 89, 43 and 60. RGB value is (137,67,96). Sum of RGB (Red+Green+Blue) = 137+67+96=300 (39% of max value = 765). Red value is 137 (53.91% from 255 or 45.67% from 300); Green value is 67 (26.56% from 255 or 22.33% from 300); Blue value is 96 (37.89% from 255 or 32% from 300); Max value from RGB is 137 - color contains mainly: red. Hex color #894360 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #894360 is #76BC9F. Grayscale: #5B5B5B. Windows color (decimal): -7781536 or 6308745. OLE color: 6308745.

HSL color Cylindrical-coordinate representation of color #894360: hue angle of 335.14º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #894360 is Cyan = 0, Magento = 0.51, Yellow = 0.30 and Black (K on CMYK) = 0.46.

Color convert

RGB1376796-
CMYK00.510.300.46
HSL335.14º34.31%40%-
HSV(B)335.14º51.09%53.73%-
XYZ14.4410.1812.27-
YUV91.24130.69160.64-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 45.67%
GREEN value IS 67 (26.56% from 255) = 22.33%
BLUE value IS 96 (37.89% from 255) = 32%
R=45.67%
G=22.33%
B=32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.30
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137679600.510.300.46335.1434.3140
Hex8943600331E2E14f2228
Octal21110314006336565174250
Binary1000100110000111100000011001111110101110101001111100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #894360; }

 p { color: rgb(137,67,96); }

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

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

 a { background-color: rgb(137,67,96); }

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

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

 span { border-color: rgb(137,67,96); }

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