#894462

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

Shades of Cannon Pink #894462

Tints of Cannon Pink #894462

Color information

#894462 (or 0x894462) is unknown color: approx Cannon Pink. HEX triplet: 89, 44 and 62. RGB value is (137,68,98). Sum of RGB (Red+Green+Blue) = 137+68+98=303 (40% of max value = 765). Red value is 137 (53.91% from 255 or 45.21% from 303); Green value is 68 (26.95% from 255 or 22.44% from 303); Blue value is 98 (38.67% from 255 or 32.34% from 303); Max value from RGB is 137 - color contains mainly: red. Hex color #894462 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #894462 is #76BB9D. Grayscale: #5C5C5C. Windows color (decimal): -7781278 or 6440073. OLE color: 6440073.

HSL color Cylindrical-coordinate representation of color #894462: hue angle of 333.91º 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 #894462 is Cyan = 0, Magento = 0.50, Yellow = 0.28 and Black (K on CMYK) = 0.46.

Color convert

RGB1376898-
CMYK00.500.280.46
HSL333.91º33.66%40.2%-
HSV(B)333.91º50.36%53.73%-
XYZ14.5910.3312.78-
YUV92.05131.36160.06-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 45.21%
GREEN value IS 68 (26.95% from 255) = 22.44%
BLUE value IS 98 (38.67% from 255) = 32.34%
R=45.21%
G=22.44%
B=32.34%

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
Decimal137689800.500.280.46333.9133.6640.2
Hex8944620321C2E14e2228
Octal21110414206234565164250
Binary1000100110001001100010011001011100101110101001110100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #894462; }

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

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

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

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

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

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

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

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