#895570

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

Shades of Cannon Pink #895570

Tints of Cannon Pink #895570

Color information

#895570 (or 0x895570) is unknown color: approx Cannon Pink. HEX triplet: 89, 55 and 70. RGB value is (137,85,112). Sum of RGB (Red+Green+Blue) = 137+85+112=334 (44% of max value = 765). Red value is 137 (53.91% from 255 or 41.02% from 334); Green value is 85 (33.59% from 255 or 25.45% from 334); Blue value is 112 (44.14% from 255 or 33.53% from 334); Max value from RGB is 137 - color contains mainly: red. Hex color #895570 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895570 is #76AA8F. Grayscale: #676767. Windows color (decimal): -7776912 or 7361929. OLE color: 7361929.

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

Color convert

RGB13785112-
CMYK00.380.180.46
HSL328.85º23.42%43.53%-
HSV(B)328.85º37.96%53.73%-
XYZ16.4912.9916.97-
YUV103.63132.73151.8-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 41.02%
GREEN value IS 85 (33.59% from 255) = 25.45%
BLUE value IS 112 (44.14% from 255) = 33.53%
R=41.02%
G=25.45%
B=33.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.18
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1378511200.380.180.46328.8523.4243.53
Hex895570026122E149172c
Octal21112516004622565112754
Binary100010011010101111000001001101001010111010100100110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #895570; }

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

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

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

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

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

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

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

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