#895473

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

Shades of Cannon Pink #895473

Tints of Cannon Pink #895473

Color information

#895473 (or 0x895473) is unknown color: approx Cannon Pink. HEX triplet: 89, 54 and 73. RGB value is (137,84,115). Sum of RGB (Red+Green+Blue) = 137+84+115=336 (44% of max value = 765). Red value is 137 (53.91% from 255 or 40.77% from 336); Green value is 84 (33.20% from 255 or 25% from 336); Blue value is 115 (45.31% from 255 or 34.23% from 336); Max value from RGB is 137 - color contains mainly: red. Hex color #895473 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895473 is #76AB8C. Grayscale: #676767. Windows color (decimal): -7777165 or 7558281. OLE color: 7558281.

HSL color Cylindrical-coordinate representation of color #895473: hue angle of 324.91º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #895473 is Cyan = 0, Magento = 0.39, Yellow = 0.16 and Black (K on CMYK) = 0.46.

Color convert

RGB13784115-
CMYK00.390.160.46
HSL324.91º23.98%43.33%-
HSV(B)324.91º38.69%53.73%-
XYZ16.5812.917.84-
YUV103.38134.56151.98-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 40.77%
GREEN value IS 84 (33.20% from 255) = 25%
BLUE value IS 115 (45.31% from 255) = 34.23%
R=40.77%
G=25%
B=34.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.16
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1378411500.390.160.46324.9123.9843.33
Hex895473027102E145182b
Octal21112416304720565053053
Binary100010011010100111001101001111000010111010100010111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #895473; }

 p { color: rgb(137,84,115); }

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

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

 a { background-color: rgb(137,84,115); }

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

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

 span { border-color: rgb(137,84,115); }

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