#894F6D

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

Shades of Cannon Pink #894F6D

Tints of Cannon Pink #894F6D

Color information

#894F6D (or 0x894F6D) is unknown color: approx Cannon Pink. HEX triplet: 89, 4F and 6D. RGB value is (137,79,109). Sum of RGB (Red+Green+Blue) = 137+79+109=325 (43% of max value = 765). Red value is 137 (53.91% from 255 or 42.15% from 325); Green value is 79 (31.25% from 255 or 24.31% from 325); Blue value is 109 (42.97% from 255 or 33.54% from 325); Max value from RGB is 137 - color contains mainly: red. Hex color #894F6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #894F6D is #76B092. Grayscale: #636363. Windows color (decimal): -7778451 or 7163785. OLE color: 7163785.

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

Color convert

RGB13779109-
CMYK00.420.200.46
HSL328.97º26.85%42.35%-
HSV(B)328.97º42.34%53.73%-
XYZ15.8712.0115.95-
YUV99.76133.22154.56-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 42.15%
GREEN value IS 79 (31.25% from 255) = 24.31%
BLUE value IS 109 (42.97% from 255) = 33.54%
R=42.15%
G=24.31%
B=33.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.20
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1377910900.420.200.46328.9726.8542.35
Hex894F6D02A142E1491b2a
Octal21111715505224565113352
Binary100010011001111110110101010101010010111010100100111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894F6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,79,109); }

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

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

 a { background-color: rgb(137,79,109); }

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

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

 span { border-color: rgb(137,79,109); }

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