#894958

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

Shades of Cannon Pink #894958

Tints of Cannon Pink #894958

Color information

#894958 (or 0x894958) is unknown color: approx Cannon Pink. HEX triplet: 89, 49 and 58. RGB value is (137,73,88). Sum of RGB (Red+Green+Blue) = 137+73+88=298 (39% of max value = 765). Red value is 137 (53.91% from 255 or 45.97% from 298); Green value is 73 (28.91% from 255 or 24.50% from 298); Blue value is 88 (34.77% from 255 or 29.53% from 298); Max value from RGB is 137 - color contains mainly: red. Hex color #894958 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #894958 is #76B6A7. Grayscale: #5D5D5D. Windows color (decimal): -7780008 or 5785993. OLE color: 5785993.

HSL color Cylindrical-coordinate representation of color #894958: hue angle of 345.94º 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 #894958 is Cyan = 0, Magento = 0.47, Yellow = 0.36 and Black (K on CMYK) = 0.46.

Color convert

RGB1377388-
CMYK00.470.360.46
HSL345.94º30.48%41.18%-
HSV(B)345.94º46.72%53.73%-
XYZ14.4610.7910.55-
YUV93.85124.7158.78-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 45.97%
GREEN value IS 73 (28.91% from 255) = 24.50%
BLUE value IS 88 (34.77% from 255) = 29.53%
R=45.97%
G=24.50%
B=29.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.36
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137738800.470.360.46345.9430.4841.18
Hex89495802F242E15a1e29
Octal21111113005744565323651
Binary1000100110010011011000010111110010010111010101101011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894958

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #894958; }

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

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

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

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

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

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

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

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