#894664

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

Shades of Cannon Pink #894664

Tints of Cannon Pink #894664

Color information

#894664 (or 0x894664) is unknown color: approx Cannon Pink. HEX triplet: 89, 46 and 64. RGB value is (137,70,100). Sum of RGB (Red+Green+Blue) = 137+70+100=307 (40% of max value = 765). Red value is 137 (53.91% from 255 or 44.63% from 307); Green value is 70 (27.73% from 255 or 22.80% from 307); Blue value is 100 (39.45% from 255 or 32.57% from 307); Max value from RGB is 137 - color contains mainly: red. Hex color #894664 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #894664 is #76B99B. Grayscale: #5D5D5D. Windows color (decimal): -7780764 or 6571657. OLE color: 6571657.

HSL color Cylindrical-coordinate representation of color #894664: hue angle of 333.13º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #894664 is Cyan = 0, Magento = 0.49, Yellow = 0.27 and Black (K on CMYK) = 0.46.

Color convert

RGB13770100-
CMYK00.490.270.46
HSL333.13º32.37%40.59%-
HSV(B)333.13º48.91%53.73%-
XYZ14.8110.6213.33-
YUV93.45131.7159.06-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 44.63%
GREEN value IS 70 (27.73% from 255) = 22.80%
BLUE value IS 100 (39.45% from 255) = 32.57%
R=44.63%
G=22.80%
B=32.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.27
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1377010000.490.270.46333.1332.3740.59
Hex8946640311B2E14d2029
Octal21110614406133565154051
Binary1000100110001101100100011000111011101110101001101100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #894664; }

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

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

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

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

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

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

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

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