#895370

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

Shades of Cannon Pink #895370

Tints of Cannon Pink #895370

Color information

#895370 (or 0x895370) is unknown color: approx Cannon Pink. HEX triplet: 89, 53 and 70. RGB value is (137,83,112). Sum of RGB (Red+Green+Blue) = 137+83+112=332 (43% of max value = 765). Red value is 137 (53.91% from 255 or 41.27% from 332); Green value is 83 (32.81% from 255 or 25% from 332); Blue value is 112 (44.14% from 255 or 33.73% from 332); Max value from RGB is 137 - color contains mainly: red. Hex color #895370 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895370 is #76AC8F. Grayscale: #666666. Windows color (decimal): -7777424 or 7361417. OLE color: 7361417.

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

Color convert

RGB13783112-
CMYK00.390.180.46
HSL327.78º24.55%43.14%-
HSV(B)327.78º39.42%53.73%-
XYZ16.3312.6716.91-
YUV102.45133.39152.64-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 41.27%
GREEN value IS 83 (32.81% from 255) = 25%
BLUE value IS 112 (44.14% from 255) = 33.73%
R=41.27%
G=25%
B=33.73%

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
Decimal1378311200.390.180.46327.7824.5543.14
Hex895370027122E148192b
Octal21112316004722565103153
Binary100010011010011111000001001111001010111010100100011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #895370; }

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

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

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

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

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

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

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

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