#895866

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

Shades of Cannon Pink #895866

Tints of Cannon Pink #895866

Color information

#895866 (or 0x895866) is unknown color: approx Cannon Pink. HEX triplet: 89, 58 and 66. RGB value is (137,88,102). Sum of RGB (Red+Green+Blue) = 137+88+102=327 (43% of max value = 765). Red value is 137 (53.91% from 255 or 41.90% from 327); Green value is 88 (34.77% from 255 or 26.91% from 327); Blue value is 102 (40.23% from 255 or 31.19% from 327); Max value from RGB is 137 - color contains mainly: red. Hex color #895866 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895866 is #76A799. Grayscale: #686868. Windows color (decimal): -7776154 or 6707337. OLE color: 6707337.

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

Color convert

RGB13788102-
CMYK00.360.260.46
HSL342.86º21.78%44.12%-
HSV(B)342.86º35.77%53.73%-
XYZ16.213.2614.28-
YUV104.25126.73151.36-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 41.90%
GREEN value IS 88 (34.77% from 255) = 26.91%
BLUE value IS 102 (40.23% from 255) = 31.19%
R=41.90%
G=26.91%
B=31.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.26
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1378810200.360.260.46342.8621.7844.12
Hex8958660241A2E157162c
Octal21113014604432565272654
Binary100010011011000110011001001001101010111010101011110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #895866; }

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

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

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

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

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

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

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

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