#895363

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

Shades of Cannon Pink #895363

Tints of Cannon Pink #895363

Color information

#895363 (or 0x895363) is unknown color: approx Cannon Pink. HEX triplet: 89, 53 and 63. RGB value is (137,83,99). Sum of RGB (Red+Green+Blue) = 137+83+99=319 (42% of max value = 765). Red value is 137 (53.91% from 255 or 42.95% from 319); Green value is 83 (32.81% from 255 or 26.02% from 319); Blue value is 99 (39.06% from 255 or 31.03% from 319); Max value from RGB is 137 - color contains mainly: red. Hex color #895363 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895363 is #76AC9C. Grayscale: #646464. Windows color (decimal): -7777437 or 6509449. OLE color: 6509449.

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

Color convert

RGB1378399-
CMYK00.390.280.46
HSL342.22º24.55%43.14%-
HSV(B)342.22º39.42%53.73%-
XYZ15.6612.4113.37-
YUV100.97126.89153.7-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 42.95%
GREEN value IS 83 (32.81% from 255) = 26.02%
BLUE value IS 99 (39.06% from 255) = 31.03%
R=42.95%
G=26.02%
B=31.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.28
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137839900.390.280.46342.2224.5543.14
Hex8953630271C2E156192b
Octal21112314304734565263153
Binary100010011010011110001101001111110010111010101011011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #895363; }

 p { color: rgb(137,83,99); }

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

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

 a { background-color: rgb(137,83,99); }

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

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

 span { border-color: rgb(137,83,99); }

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