#895369

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

Shades of Cannon Pink #895369

Tints of Cannon Pink #895369

Color information

#895369 (or 0x895369) is unknown color: approx Cannon Pink. HEX triplet: 89, 53 and 69. RGB value is (137,83,105). Sum of RGB (Red+Green+Blue) = 137+83+105=325 (43% of max value = 765). Red value is 137 (53.91% from 255 or 42.15% from 325); Green value is 83 (32.81% from 255 or 25.54% from 325); Blue value is 105 (41.41% from 255 or 32.31% from 325); Max value from RGB is 137 - color contains mainly: red. Hex color #895369 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895369 is #76AC96. Grayscale: #656565. Windows color (decimal): -7777431 or 6902665. OLE color: 6902665.

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

Color convert

RGB13783105-
CMYK00.390.230.46
HSL335.56º24.55%43.14%-
HSV(B)335.56º39.42%53.73%-
XYZ15.9612.5214.94-
YUV101.65129.89153.21-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 42.15%
GREEN value IS 83 (32.81% from 255) = 25.54%
BLUE value IS 105 (41.41% from 255) = 32.31%
R=42.15%
G=25.54%
B=32.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.23
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1378310500.390.230.46335.5624.5543.14
Hex895369027172E150192b
Octal21112315104727565203153
Binary100010011010011110100101001111011110111010101000011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #895369; }

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

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

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

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

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

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

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

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