#895964

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

Shades of Cannon Pink #895964

Tints of Cannon Pink #895964

Color information

#895964 (or 0x895964) is unknown color: approx Cannon Pink. HEX triplet: 89, 59 and 64. RGB value is (137,89,100). Sum of RGB (Red+Green+Blue) = 137+89+100=326 (43% of max value = 765). Red value is 137 (53.91% from 255 or 42.02% from 326); Green value is 89 (35.16% from 255 or 27.30% from 326); Blue value is 100 (39.45% from 255 or 30.67% from 326); Max value from RGB is 137 - color contains mainly: red. Hex color #895964 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895964 is #76A69B. Grayscale: #686868. Windows color (decimal): -7775900 or 6576521. OLE color: 6576521.

HSL color Cylindrical-coordinate representation of color #895964: hue angle of 346.25º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #895964 is Cyan = 0, Magento = 0.35, Yellow = 0.27 and Black (K on CMYK) = 0.46.

Color convert

RGB13789100-
CMYK00.350.270.46
HSL346.25º21.24%44.31%-
HSV(B)346.25º35.04%53.73%-
XYZ16.1913.3813.79-
YUV104.61125.4151.11-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 42.02%
GREEN value IS 89 (35.16% from 255) = 27.30%
BLUE value IS 100 (39.45% from 255) = 30.67%
R=42.02%
G=27.30%
B=30.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.27
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1378910000.350.270.46346.2521.2444.31
Hex8959640231B2E15a152c
Octal21113114404333565322554
Binary100010011011001110010001000111101110111010101101010101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #895964; }

 p { color: rgb(137,89,100); }

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

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

 a { background-color: rgb(137,89,100); }

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

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

 span { border-color: rgb(137,89,100); }

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