#895460

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

Shades of Cannon Pink #895460

Tints of Cannon Pink #895460

Color information

#895460 (or 0x895460) is unknown color: approx Cannon Pink. HEX triplet: 89, 54 and 60. RGB value is (137,84,96). Sum of RGB (Red+Green+Blue) = 137+84+96=317 (41% of max value = 765). Red value is 137 (53.91% from 255 or 43.22% from 317); Green value is 84 (33.20% from 255 or 26.50% from 317); Blue value is 96 (37.89% from 255 or 30.28% from 317); Max value from RGB is 137 - color contains mainly: red. Hex color #895460 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895460 is #76AB9F. Grayscale: #656565. Windows color (decimal): -7777184 or 6313097. OLE color: 6313097.

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

Color convert

RGB1378496-
CMYK00.390.300.46
HSL346.42º23.98%43.33%-
HSV(B)346.42º38.69%53.73%-
XYZ15.612.512.66-
YUV101.22125.06153.52-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 43.22%
GREEN value IS 84 (33.20% from 255) = 26.50%
BLUE value IS 96 (37.89% from 255) = 30.28%
R=43.22%
G=26.50%
B=30.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.30
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137849600.390.300.46346.4223.9843.33
Hex8954600271E2E15a182b
Octal21112414004736565323053
Binary100010011010100110000001001111111010111010101101011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #895460; }

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

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

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

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

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

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

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

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