#895861

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

Shades of Cannon Pink #895861

Tints of Cannon Pink #895861

Color information

#895861 (or 0x895861) is unknown color: approx Cannon Pink. HEX triplet: 89, 58 and 61. RGB value is (137,88,97). Sum of RGB (Red+Green+Blue) = 137+88+97=322 (42% of max value = 765). Red value is 137 (53.91% from 255 or 42.55% from 322); Green value is 88 (34.77% from 255 or 27.33% from 322); Blue value is 97 (38.28% from 255 or 30.12% from 322); Max value from RGB is 137 - color contains mainly: red. Hex color #895861 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895861 is #76A79E. Grayscale: #676767. Windows color (decimal): -7776159 or 6379657. OLE color: 6379657.

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

Color convert

RGB1378897-
CMYK00.360.290.46
HSL348.98º21.78%44.12%-
HSV(B)348.98º35.77%53.73%-
XYZ15.9613.1613.01-
YUV103.68124.23151.77-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 42.55%
GREEN value IS 88 (34.77% from 255) = 27.33%
BLUE value IS 97 (38.28% from 255) = 30.12%
R=42.55%
G=27.33%
B=30.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.29
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137889700.360.290.46348.9821.7844.12
Hex8958610241D2E15d162c
Octal21113014104435565352654
Binary100010011011000110000101001001110110111010101110110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #895861; }

 p { color: rgb(137,88,97); }

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

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

 a { background-color: rgb(137,88,97); }

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

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

 span { border-color: rgb(137,88,97); }

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