#895965

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

Shades of Cannon Pink #895965

Tints of Cannon Pink #895965

Color information

#895965 (or 0x895965) is unknown color: approx Cannon Pink. HEX triplet: 89, 59 and 65. RGB value is (137,89,101). Sum of RGB (Red+Green+Blue) = 137+89+101=327 (43% of max value = 765). Red value is 137 (53.91% from 255 or 41.90% from 327); Green value is 89 (35.16% from 255 or 27.22% from 327); Blue value is 101 (39.84% from 255 or 30.89% from 327); Max value from RGB is 137 - color contains mainly: red. Hex color #895965 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895965 is #76A69A. Grayscale: #686868. Windows color (decimal): -7775899 or 6642057. OLE color: 6642057.

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

Color convert

RGB13789101-
CMYK00.350.260.46
HSL345º21.24%44.31%-
HSV(B)345º35.04%53.73%-
XYZ16.2413.414.04-
YUV104.72125.9151.02-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 41.90%
GREEN value IS 89 (35.16% from 255) = 27.22%
BLUE value IS 101 (39.84% from 255) = 30.89%
R=41.90%
G=27.22%
B=30.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.26
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1378910100.350.260.4634521.2444.31
Hex8959650231A2E159152c
Octal21113114504332565312554
Binary100010011011001110010101000111101010111010101100110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #895965; }

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

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

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

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

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

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

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

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