#894662

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

Shades of Cannon Pink #894662

Tints of Cannon Pink #894662

Color information

#894662 (or 0x894662) is unknown color: approx Cannon Pink. HEX triplet: 89, 46 and 62. RGB value is (137,70,98). Sum of RGB (Red+Green+Blue) = 137+70+98=305 (40% of max value = 765). Red value is 137 (53.91% from 255 or 44.92% from 305); Green value is 70 (27.73% from 255 or 22.95% from 305); Blue value is 98 (38.67% from 255 or 32.13% from 305); Max value from RGB is 137 - color contains mainly: red. Hex color #894662 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #894662 is #76B99D. Grayscale: #5D5D5D. Windows color (decimal): -7780766 or 6440585. OLE color: 6440585.

HSL color Cylindrical-coordinate representation of color #894662: hue angle of 334.93º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #894662 is Cyan = 0, Magento = 0.49, Yellow = 0.28 and Black (K on CMYK) = 0.46.

Color convert

RGB1377098-
CMYK00.490.280.46
HSL334.93º32.37%40.59%-
HSV(B)334.93º48.91%53.73%-
XYZ14.7110.5812.82-
YUV93.22130.7159.22-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 44.92%
GREEN value IS 70 (27.73% from 255) = 22.95%
BLUE value IS 98 (38.67% from 255) = 32.13%
R=44.92%
G=22.95%
B=32.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.28
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137709800.490.280.46334.9332.3740.59
Hex8946620311C2E14f2029
Octal21110614206134565174051
Binary1000100110001101100010011000111100101110101001111100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #894662; }

 p { color: rgb(137,70,98); }

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

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

 a { background-color: rgb(137,70,98); }

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

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

 span { border-color: rgb(137,70,98); }

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