#894860

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

Shades of Cannon Pink #894860

Tints of Cannon Pink #894860

Color information

#894860 (or 0x894860) is unknown color: approx Cannon Pink. HEX triplet: 89, 48 and 60. RGB value is (137,72,96). Sum of RGB (Red+Green+Blue) = 137+72+96=305 (40% of max value = 765). Red value is 137 (53.91% from 255 or 44.92% from 305); Green value is 72 (28.52% from 255 or 23.61% from 305); Blue value is 96 (37.89% from 255 or 31.48% from 305); Max value from RGB is 137 - color contains mainly: red. Hex color #894860 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #894860 is #76B79F. Grayscale: #5E5E5E. Windows color (decimal): -7780256 or 6310025. OLE color: 6310025.

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

Color convert

RGB1377296-
CMYK00.470.300.46
HSL337.85º31.1%40.98%-
HSV(B)337.85º47.45%53.73%-
XYZ14.7510.812.37-
YUV94.17129.03158.55-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 44.92%
GREEN value IS 72 (28.52% from 255) = 23.61%
BLUE value IS 96 (37.89% from 255) = 31.48%
R=44.92%
G=23.61%
B=31.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.30
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137729600.470.300.46337.8531.140.98
Hex89486002F1E2E1521f29
Octal21111014005736565223751
Binary100010011001000110000001011111111010111010101001011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #894860; }

 p { color: rgb(137,72,96); }

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

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

 a { background-color: rgb(137,72,96); }

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

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

 span { border-color: rgb(137,72,96); }

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