#894961

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

Shades of Cannon Pink #894961

Tints of Cannon Pink #894961

Color information

#894961 (or 0x894961) is unknown color: approx Cannon Pink. HEX triplet: 89, 49 and 61. RGB value is (137,73,97). Sum of RGB (Red+Green+Blue) = 137+73+97=307 (40% of max value = 765). Red value is 137 (53.91% from 255 or 44.63% from 307); Green value is 73 (28.91% from 255 or 23.78% from 307); Blue value is 97 (38.28% from 255 or 31.60% from 307); Max value from RGB is 137 - color contains mainly: red. Hex color #894961 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #894961 is #76B69E. Grayscale: #5E5E5E. Windows color (decimal): -7779999 or 6375817. OLE color: 6375817.

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

Color convert

RGB1377397-
CMYK00.470.290.46
HSL337.5º30.48%41.18%-
HSV(B)337.5º46.72%53.73%-
XYZ14.8610.9512.64-
YUV94.87129.2158.05-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 44.63%
GREEN value IS 73 (28.91% from 255) = 23.78%
BLUE value IS 97 (38.28% from 255) = 31.60%
R=44.63%
G=23.78%
B=31.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.29
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137739700.470.290.46337.530.4841.18
Hex89496102F1D2E1521e29
Octal21111114105735565223651
Binary100010011001001110000101011111110110111010101001011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #894961; }

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

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

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

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

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

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

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

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