#895470

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

Shades of Cannon Pink #895470

Tints of Cannon Pink #895470

Color information

#895470 (or 0x895470) is unknown color: approx Cannon Pink. HEX triplet: 89, 54 and 70. RGB value is (137,84,112). Sum of RGB (Red+Green+Blue) = 137+84+112=333 (44% of max value = 765). Red value is 137 (53.91% from 255 or 41.14% from 333); Green value is 84 (33.20% from 255 or 25.23% from 333); Blue value is 112 (44.14% from 255 or 33.63% from 333); Max value from RGB is 137 - color contains mainly: red. Hex color #895470 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895470 is #76AB8F. Grayscale: #666666. Windows color (decimal): -7777168 or 7361673. OLE color: 7361673.

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

Color convert

RGB13784112-
CMYK00.390.180.46
HSL328.3º23.98%43.33%-
HSV(B)328.3º38.69%53.73%-
XYZ16.4112.8316.94-
YUV103.04133.06152.22-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 41.14%
GREEN value IS 84 (33.20% from 255) = 25.23%
BLUE value IS 112 (44.14% from 255) = 33.63%
R=41.14%
G=25.23%
B=33.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.18
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1378411200.390.180.46328.323.9843.33
Hex895470027122E148182b
Octal21112416004722565103053
Binary100010011010100111000001001111001010111010100100011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #895470; }

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

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

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

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

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

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

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

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