#894D5E

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

Shades of Cannon Pink #894D5E

Tints of Cannon Pink #894D5E

Color information

#894D5E (or 0x894D5E) is unknown color: approx Cannon Pink. HEX triplet: 89, 4D and 5E. RGB value is (137,77,94). Sum of RGB (Red+Green+Blue) = 137+77+94=308 (40% of max value = 765). Red value is 137 (53.91% from 255 or 44.48% from 308); Green value is 77 (30.47% from 255 or 25% from 308); Blue value is 94 (37.11% from 255 or 30.52% from 308); Max value from RGB is 137 - color contains mainly: red. Hex color #894D5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #894D5E is #76B2A1. Grayscale: #606060. Windows color (decimal): -7778978 or 6180233. OLE color: 6180233.

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

Color convert

RGB1377794-
CMYK00.440.310.46
HSL343º28.04%41.96%-
HSV(B)343º43.8%53.73%-
XYZ14.9911.4312.01-
YUV96.88126.38156.62-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 44.48%
GREEN value IS 77 (30.47% from 255) = 25%
BLUE value IS 94 (37.11% from 255) = 30.52%
R=44.48%
G=25%
B=30.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.31
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137779400.440.310.4634328.0441.96
Hex894D5E02C1F2E1571c2a
Octal21111513605437565273452
Binary100010011001101101111001011001111110111010101011111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894D5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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