#894D58

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

Shades of Cannon Pink #894D58

Tints of Cannon Pink #894D58

Color information

#894D58 (or 0x894D58) is unknown color: approx Cannon Pink. HEX triplet: 89, 4D and 58. RGB value is (137,77,88). Sum of RGB (Red+Green+Blue) = 137+77+88=302 (40% of max value = 765). Red value is 137 (53.91% from 255 or 45.36% from 302); Green value is 77 (30.47% from 255 or 25.50% from 302); Blue value is 88 (34.77% from 255 or 29.14% from 302); Max value from RGB is 137 - color contains mainly: red. Hex color #894D58 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #894D58 is #76B2A7. Grayscale: #606060. Windows color (decimal): -7778984 or 5787017. OLE color: 5787017.

HSL color Cylindrical-coordinate representation of color #894D58: hue angle of 349º degrees, saturation: 0.28, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #894D58 is Cyan = 0, Magento = 0.44, Yellow = 0.36 and Black (K on CMYK) = 0.46.

Color convert

RGB1377788-
CMYK00.440.360.46
HSL349º28.04%41.96%-
HSV(B)349º43.8%53.73%-
XYZ14.7311.3310.64-
YUV96.19123.38157.11-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 45.36%
GREEN value IS 77 (30.47% from 255) = 25.50%
BLUE value IS 88 (34.77% from 255) = 29.14%
R=45.36%
G=25.50%
B=29.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.36
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137778800.440.360.4634928.0441.96
Hex894D5802C242E15d1c2a
Octal21111513005444565353452
Binary1000100110011011011000010110010010010111010101110111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894D58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,77,88); }

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

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

 a { background-color: rgb(137,77,88); }

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

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

 span { border-color: rgb(137,77,88); }

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