#895869

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

Shades of Cannon Pink #895869

Tints of Cannon Pink #895869

Color information

#895869 (or 0x895869) is unknown color: approx Cannon Pink. HEX triplet: 89, 58 and 69. RGB value is (137,88,105). Sum of RGB (Red+Green+Blue) = 137+88+105=330 (43% of max value = 765). Red value is 137 (53.91% from 255 or 41.52% from 330); Green value is 88 (34.77% from 255 or 26.67% from 330); Blue value is 105 (41.41% from 255 or 31.82% from 330); Max value from RGB is 137 - color contains mainly: red. Hex color #895869 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895869 is #76A796. Grayscale: #686868. Windows color (decimal): -7776151 or 6903945. OLE color: 6903945.

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

Color convert

RGB13788105-
CMYK00.360.230.46
HSL339.18º21.78%44.12%-
HSV(B)339.18º35.77%53.73%-
XYZ16.3613.3215.07-
YUV104.59128.23151.12-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 41.52%
GREEN value IS 88 (34.77% from 255) = 26.67%
BLUE value IS 105 (41.41% from 255) = 31.82%
R=41.52%
G=26.67%
B=31.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.23
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1378810500.360.230.46339.1821.7844.12
Hex895869024172E153162c
Octal21113015104427565232654
Binary100010011011000110100101001001011110111010101001110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #895869; }

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

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

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

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

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

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

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

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