#894964

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

Shades of Cannon Pink #894964

Tints of Cannon Pink #894964

Color information

#894964 (or 0x894964) is unknown color: approx Cannon Pink. HEX triplet: 89, 49 and 64. RGB value is (137,73,100). Sum of RGB (Red+Green+Blue) = 137+73+100=310 (41% of max value = 765). Red value is 137 (53.91% from 255 or 44.19% from 310); Green value is 73 (28.91% from 255 or 23.55% from 310); Blue value is 100 (39.45% from 255 or 32.26% from 310); Max value from RGB is 137 - color contains mainly: red. Hex color #894964 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #894964 is #76B69B. Grayscale: #5F5F5F. Windows color (decimal): -7779996 or 6572425. OLE color: 6572425.

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

Color convert

RGB13773100-
CMYK00.470.270.46
HSL334.69º30.48%41.18%-
HSV(B)334.69º46.72%53.73%-
XYZ151113.39-
YUV95.21130.7157.8-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 44.19%
GREEN value IS 73 (28.91% from 255) = 23.55%
BLUE value IS 100 (39.45% from 255) = 32.26%
R=44.19%
G=23.55%
B=32.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.27
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1377310000.470.270.46334.6930.4841.18
Hex89496402F1B2E14f1e29
Octal21111114405733565173651
Binary100010011001001110010001011111101110111010100111111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #894964; }

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

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

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

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

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

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

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

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