#894D6A

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

Shades of Cannon Pink #894D6A

Tints of Cannon Pink #894D6A

Color information

#894D6A (or 0x894D6A) is unknown color: approx Cannon Pink. HEX triplet: 89, 4D and 6A. RGB value is (137,77,106). Sum of RGB (Red+Green+Blue) = 137+77+106=320 (42% of max value = 765). Red value is 137 (53.91% from 255 or 42.81% from 320); Green value is 77 (30.47% from 255 or 24.06% from 320); Blue value is 106 (41.80% from 255 or 33.12% from 320); Max value from RGB is 137 - color contains mainly: red. Hex color #894D6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #894D6A is #76B295. Grayscale: #626262. Windows color (decimal): -7778966 or 6966665. OLE color: 6966665.

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

Color convert

RGB13777106-
CMYK00.440.230.46
HSL331º28.04%41.96%-
HSV(B)331º43.8%53.73%-
XYZ15.5711.6715.07-
YUV98.25132.38155.64-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 42.81%
GREEN value IS 77 (30.47% from 255) = 24.06%
BLUE value IS 106 (41.80% from 255) = 33.12%
R=42.81%
G=24.06%
B=33.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.23
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1377710600.440.230.4633128.0441.96
Hex894D6A02C172E14b1c2a
Octal21111515205427565133452
Binary100010011001101110101001011001011110111010100101111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894D6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,77,106); }

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

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

 a { background-color: rgb(137,77,106); }

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

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

 span { border-color: rgb(137,77,106); }

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