#894160

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

Shades of Cannon Pink #894160

Tints of Cannon Pink #894160

Color information

#894160 (or 0x894160) is unknown color: approx Cannon Pink. HEX triplet: 89, 41 and 60. RGB value is (137,65,96). Sum of RGB (Red+Green+Blue) = 137+65+96=298 (39% of max value = 765). Red value is 137 (53.91% from 255 or 45.97% from 298); Green value is 65 (25.78% from 255 or 21.81% from 298); Blue value is 96 (37.89% from 255 or 32.21% from 298); Max value from RGB is 137 - color contains mainly: red. Hex color #894160 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #894160 is #76BE9F. Grayscale: #5A5A5A. Windows color (decimal): -7782048 or 6308233. OLE color: 6308233.

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

Color convert

RGB1376596-
CMYK00.530.300.46
HSL334.17º35.64%39.61%-
HSV(B)334.17º52.55%53.73%-
XYZ14.329.9412.23-
YUV90.06131.35161.48-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 45.97%
GREEN value IS 65 (25.78% from 255) = 21.81%
BLUE value IS 96 (37.89% from 255) = 32.21%
R=45.97%
G=21.81%
B=32.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.30
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137659600.530.300.46334.1735.6439.61
Hex8941600351E2E14e2428
Octal21110114006536565164450
Binary1000100110000011100000011010111110101110101001110100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #894160; }

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

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

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

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

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

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

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

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