#894758

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

Shades of Cannon Pink #894758

Tints of Cannon Pink #894758

Color information

#894758 (or 0x894758) is unknown color: approx Cannon Pink. HEX triplet: 89, 47 and 58. RGB value is (137,71,88). Sum of RGB (Red+Green+Blue) = 137+71+88=296 (39% of max value = 765). Red value is 137 (53.91% from 255 or 46.28% from 296); Green value is 71 (28.12% from 255 or 23.99% from 296); Blue value is 88 (34.77% from 255 or 29.73% from 296); Max value from RGB is 137 - color contains mainly: red. Hex color #894758 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #894758 is #76B8A7. Grayscale: #5C5C5C. Windows color (decimal): -7780520 or 5785481. OLE color: 5785481.

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

Color convert

RGB1377188-
CMYK00.480.360.46
HSL344.55º31.73%40.78%-
HSV(B)344.55º48.18%53.73%-
XYZ14.3310.5310.51-
YUV92.67125.37159.62-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 46.28%
GREEN value IS 71 (28.12% from 255) = 23.99%
BLUE value IS 88 (34.77% from 255) = 29.73%
R=46.28%
G=23.99%
B=29.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.36
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137718800.480.360.46344.5531.7340.78
Hex894758030242E1592029
Octal21110713006044565314051
Binary10001001100011110110000110000100100101110101011001100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894758

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #894758; }

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

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

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

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

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

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

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

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