#895366

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

Shades of Cannon Pink #895366

Tints of Cannon Pink #895366

Color information

#895366 (or 0x895366) is unknown color: approx Cannon Pink. HEX triplet: 89, 53 and 66. RGB value is (137,83,102). Sum of RGB (Red+Green+Blue) = 137+83+102=322 (42% of max value = 765). Red value is 137 (53.91% from 255 or 42.55% from 322); Green value is 83 (32.81% from 255 or 25.78% from 322); Blue value is 102 (40.23% from 255 or 31.68% from 322); Max value from RGB is 137 - color contains mainly: red. Hex color #895366 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895366 is #76AC99. Grayscale: #656565. Windows color (decimal): -7777434 or 6706057. OLE color: 6706057.

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

Color convert

RGB13783102-
CMYK00.390.260.46
HSL338.89º24.55%43.14%-
HSV(B)338.89º39.42%53.73%-
XYZ15.8112.4614.14-
YUV101.31128.39153.46-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 42.55%
GREEN value IS 83 (32.81% from 255) = 25.78%
BLUE value IS 102 (40.23% from 255) = 31.68%
R=42.55%
G=25.78%
B=31.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.26
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1378310200.390.260.46338.8924.5543.14
Hex8953660271A2E153192b
Octal21112314604732565233153
Binary100010011010011110011001001111101010111010101001111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #895366; }

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

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

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

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

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

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

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

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