#895569

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

Shades of Cannon Pink #895569

Tints of Cannon Pink #895569

Color information

#895569 (or 0x895569) is unknown color: approx Cannon Pink. HEX triplet: 89, 55 and 69. RGB value is (137,85,105). Sum of RGB (Red+Green+Blue) = 137+85+105=327 (43% of max value = 765). Red value is 137 (53.91% from 255 or 41.90% from 327); Green value is 85 (33.59% from 255 or 25.99% from 327); Blue value is 105 (41.41% from 255 or 32.11% from 327); Max value from RGB is 137 - color contains mainly: red. Hex color #895569 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895569 is #76AA96. Grayscale: #666666. Windows color (decimal): -7776919 or 6903177. OLE color: 6903177.

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

Color convert

RGB13785105-
CMYK00.380.230.46
HSL336.92º23.42%43.53%-
HSV(B)336.92º37.96%53.73%-
XYZ16.1112.8414.99-
YUV102.83129.23152.37-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 41.90%
GREEN value IS 85 (33.59% from 255) = 25.99%
BLUE value IS 105 (41.41% from 255) = 32.11%
R=41.90%
G=25.99%
B=32.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.23
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1378510500.380.230.46336.9223.4243.53
Hex895569026172E151172c
Octal21112515104627565212754
Binary100010011010101110100101001101011110111010101000110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #895569; }

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

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

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

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

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

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

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

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