#894C66

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

Shades of Cannon Pink #894C66

Tints of Cannon Pink #894C66

Color information

#894C66 (or 0x894C66) is unknown color: approx Cannon Pink. HEX triplet: 89, 4C and 66. RGB value is (137,76,102). Sum of RGB (Red+Green+Blue) = 137+76+102=315 (41% of max value = 765). Red value is 137 (53.91% from 255 or 43.49% from 315); Green value is 76 (30.08% from 255 or 24.13% from 315); Blue value is 102 (40.23% from 255 or 32.38% from 315); Max value from RGB is 137 - color contains mainly: red. Hex color #894C66 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #894C66 is #76B399. Grayscale: #616161. Windows color (decimal): -7779226 or 6704265. OLE color: 6704265.

HSL color Cylindrical-coordinate representation of color #894C66: hue angle of 334.43º 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 #894C66 is Cyan = 0, Magento = 0.45, Yellow = 0.26 and Black (K on CMYK) = 0.46.

Color convert

RGB13776102-
CMYK00.450.260.46
HSL334.43º28.64%41.76%-
HSV(B)334.43º44.53%53.73%-
XYZ15.311.4513.97-
YUV97.2130.71156.39-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 43.49%
GREEN value IS 76 (30.08% from 255) = 24.13%
BLUE value IS 102 (40.23% from 255) = 32.38%
R=43.49%
G=24.13%
B=32.38%

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
Decimal1377610200.450.260.46334.4328.6441.76
Hex894C6602D1A2E14e1d2a
Octal21111414605532565163552
Binary100010011001100110011001011011101010111010100111011101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894C66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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