#894A5C

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

Shades of Cannon Pink #894A5C

Tints of Cannon Pink #894A5C

Color information

#894A5C (or 0x894A5C) is unknown color: approx Cannon Pink. HEX triplet: 89, 4A and 5C. RGB value is (137,74,92). Sum of RGB (Red+Green+Blue) = 137+74+92=303 (40% of max value = 765). Red value is 137 (53.91% from 255 or 45.21% from 303); Green value is 74 (29.30% from 255 or 24.42% from 303); Blue value is 92 (36.33% from 255 or 30.36% from 303); Max value from RGB is 137 - color contains mainly: red. Hex color #894A5C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #894A5C is #76B5A3. Grayscale: #5E5E5E. Windows color (decimal): -7779748 or 6048393. OLE color: 6048393.

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

Color convert

RGB1377492-
CMYK00.460.330.46
HSL342.86º29.86%41.37%-
HSV(B)342.86º45.99%53.73%-
XYZ14.710.9911.47-
YUV94.89126.37158.04-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 45.21%
GREEN value IS 74 (29.30% from 255) = 24.42%
BLUE value IS 92 (36.33% from 255) = 30.36%
R=45.21%
G=24.42%
B=30.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.33
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137749200.460.330.46342.8629.8641.37
Hex894A5C02E212E1571e29
Octal21111213405641565273651
Binary1000100110010101011100010111010000110111010101011111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894A5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #894A5C; }

 p { color: rgb(137,74,92); }

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

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

 a { background-color: rgb(137,74,92); }

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

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

 span { border-color: rgb(137,74,92); }

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