#894463

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

Shades of Cannon Pink #894463

Tints of Cannon Pink #894463

Color information

#894463 (or 0x894463) is unknown color: approx Cannon Pink. HEX triplet: 89, 44 and 63. RGB value is (137,68,99). Sum of RGB (Red+Green+Blue) = 137+68+99=304 (40% of max value = 765). Red value is 137 (53.91% from 255 or 45.07% from 304); Green value is 68 (26.95% from 255 or 22.37% from 304); Blue value is 99 (39.06% from 255 or 32.57% from 304); Max value from RGB is 137 - color contains mainly: red. Hex color #894463 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #894463 is #76BB9C. Grayscale: #5C5C5C. Windows color (decimal): -7781277 or 6505609. OLE color: 6505609.

HSL color Cylindrical-coordinate representation of color #894463: hue angle of 333.04º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #894463 is Cyan = 0, Magento = 0.50, Yellow = 0.28 and Black (K on CMYK) = 0.46.

Color convert

RGB1376899-
CMYK00.500.280.46
HSL333.04º33.66%40.2%-
HSV(B)333.04º50.36%53.73%-
XYZ14.6410.3513.03-
YUV92.16131.86159.98-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 45.07%
GREEN value IS 68 (26.95% from 255) = 22.37%
BLUE value IS 99 (39.06% from 255) = 32.57%
R=45.07%
G=22.37%
B=32.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.28
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137689900.500.280.46333.0433.6640.2
Hex8944630321C2E14d2228
Octal21110414306234565154250
Binary1000100110001001100011011001011100101110101001101100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #894463; }

 p { color: rgb(137,68,99); }

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

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

 a { background-color: rgb(137,68,99); }

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

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

 span { border-color: rgb(137,68,99); }

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