#894764

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

Shades of Cannon Pink #894764

Tints of Cannon Pink #894764

Color information

#894764 (or 0x894764) is unknown color: approx Cannon Pink. HEX triplet: 89, 47 and 64. RGB value is (137,71,100). Sum of RGB (Red+Green+Blue) = 137+71+100=308 (40% of max value = 765). Red value is 137 (53.91% from 255 or 44.48% from 308); Green value is 71 (28.12% from 255 or 23.05% from 308); Blue value is 100 (39.45% from 255 or 32.47% from 308); Max value from RGB is 137 - color contains mainly: red. Hex color #894764 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #894764 is #76B89B. Grayscale: #5D5D5D. Windows color (decimal): -7780508 or 6571913. OLE color: 6571913.

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

Color convert

RGB13771100-
CMYK00.480.270.46
HSL333.64º31.73%40.78%-
HSV(B)333.64º48.18%53.73%-
XYZ14.8710.7413.35-
YUV94.04131.37158.64-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 44.48%
GREEN value IS 71 (28.12% from 255) = 23.05%
BLUE value IS 100 (39.45% from 255) = 32.47%
R=44.48%
G=23.05%
B=32.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.27
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1377110000.480.270.46333.6431.7340.78
Hex8947640301B2E14e2029
Octal21110714406033565164051
Binary1000100110001111100100011000011011101110101001110100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894764

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #894764; }

 p { color: rgb(137,71,100); }

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

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

 a { background-color: rgb(137,71,100); }

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

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

 span { border-color: rgb(137,71,100); }

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