#894C65

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

Shades of Cannon Pink #894C65

Tints of Cannon Pink #894C65

Color information

#894C65 (or 0x894C65) is unknown color: approx Cannon Pink. HEX triplet: 89, 4C and 65. RGB value is (137,76,101). Sum of RGB (Red+Green+Blue) = 137+76+101=314 (41% of max value = 765). Red value is 137 (53.91% from 255 or 43.63% from 314); Green value is 76 (30.08% from 255 or 24.20% from 314); Blue value is 101 (39.84% from 255 or 32.17% from 314); Max value from RGB is 137 - color contains mainly: red. Hex color #894C65 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #894C65 is #76B39A. Grayscale: #616161. Windows color (decimal): -7779227 or 6638729. OLE color: 6638729.

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

Color convert

RGB13776101-
CMYK00.450.260.46
HSL335.41º28.64%41.76%-
HSV(B)335.41º44.53%53.73%-
XYZ15.2511.4313.71-
YUV97.09130.21156.47-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 43.63%
GREEN value IS 76 (30.08% from 255) = 24.20%
BLUE value IS 101 (39.84% from 255) = 32.17%
R=43.63%
G=24.20%
B=32.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.26
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1377610100.450.260.46335.4128.6441.76
Hex894C6502D1A2E14f1d2a
Octal21111414505532565173552
Binary100010011001100110010101011011101010111010100111111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894C65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,76,101); }

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

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

 a { background-color: rgb(137,76,101); }

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

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

 span { border-color: rgb(137,76,101); }

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