#895565

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

Shades of Cannon Pink #895565

Tints of Cannon Pink #895565

Color information

#895565 (or 0x895565) is unknown color: approx Cannon Pink. HEX triplet: 89, 55 and 65. RGB value is (137,85,101). Sum of RGB (Red+Green+Blue) = 137+85+101=323 (42% of max value = 765). Red value is 137 (53.91% from 255 or 42.41% from 323); Green value is 85 (33.59% from 255 or 26.32% from 323); Blue value is 101 (39.84% from 255 or 31.27% from 323); Max value from RGB is 137 - color contains mainly: red. Hex color #895565 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895565 is #76AA9A. Grayscale: #666666. Windows color (decimal): -7776923 or 6641033. OLE color: 6641033.

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

Color convert

RGB13785101-
CMYK00.380.260.46
HSL341.54º23.42%43.53%-
HSV(B)341.54º37.96%53.73%-
XYZ15.9112.7513.94-
YUV102.37127.23152.7-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 42.41%
GREEN value IS 85 (33.59% from 255) = 26.32%
BLUE value IS 101 (39.84% from 255) = 31.27%
R=42.41%
G=26.32%
B=31.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.26
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1378510100.380.260.46341.5423.4243.53
Hex8955650261A2E156172c
Octal21112514504632565262754
Binary100010011010101110010101001101101010111010101011010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #895565; }

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

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

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

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

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

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

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

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