#894962

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

Shades of Cannon Pink #894962

Tints of Cannon Pink #894962

Color information

#894962 (or 0x894962) is unknown color: approx Cannon Pink. HEX triplet: 89, 49 and 62. RGB value is (137,73,98). Sum of RGB (Red+Green+Blue) = 137+73+98=308 (40% of max value = 765). Red value is 137 (53.91% from 255 or 44.48% from 308); Green value is 73 (28.91% from 255 or 23.70% from 308); Blue value is 98 (38.67% from 255 or 31.82% from 308); Max value from RGB is 137 - color contains mainly: red. Hex color #894962 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #894962 is #76B69D. Grayscale: #5E5E5E. Windows color (decimal): -7779998 or 6441353. OLE color: 6441353.

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

Color convert

RGB1377398-
CMYK00.470.280.46
HSL336.56º30.48%41.18%-
HSV(B)336.56º46.72%53.73%-
XYZ14.910.9712.89-
YUV94.99129.7157.97-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 44.48%
GREEN value IS 73 (28.91% from 255) = 23.70%
BLUE value IS 98 (38.67% from 255) = 31.82%
R=44.48%
G=23.70%
B=31.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.28
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137739800.470.280.46336.5630.4841.18
Hex89496202F1C2E1511e29
Octal21111114205734565213651
Binary100010011001001110001001011111110010111010101000111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #894962; }

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

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

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

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

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

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

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

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