#895560

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

Shades of Cannon Pink #895560

Tints of Cannon Pink #895560

Color information

#895560 (or 0x895560) is unknown color: approx Cannon Pink. HEX triplet: 89, 55 and 60. RGB value is (137,85,96). Sum of RGB (Red+Green+Blue) = 137+85+96=318 (42% of max value = 765). Red value is 137 (53.91% from 255 or 43.08% from 318); Green value is 85 (33.59% from 255 or 26.73% from 318); Blue value is 96 (37.89% from 255 or 30.19% from 318); Max value from RGB is 137 - color contains mainly: red. Hex color #895560 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895560 is #76AA9F. Grayscale: #656565. Windows color (decimal): -7776928 or 6313353. OLE color: 6313353.

HSL color Cylindrical-coordinate representation of color #895560: hue angle of 347.31º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #895560 is Cyan = 0, Magento = 0.38, Yellow = 0.30 and Black (K on CMYK) = 0.46.

Color convert

RGB1378596-
CMYK00.380.300.46
HSL347.31º23.42%43.53%-
HSV(B)347.31º37.96%53.73%-
XYZ15.6812.6612.68-
YUV101.8124.73153.11-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 43.08%
GREEN value IS 85 (33.59% from 255) = 26.73%
BLUE value IS 96 (37.89% from 255) = 30.19%
R=43.08%
G=26.73%
B=30.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.30
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137859600.380.300.46347.3123.4243.53
Hex8955600261E2E15b172c
Octal21112514004636565332754
Binary100010011010101110000001001101111010111010101101110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #895560; }

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

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

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

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

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

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

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

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