#89586A

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

Shades of Cannon Pink #89586A

Tints of Cannon Pink #89586A

Color information

#89586A (or 0x89586A) is unknown color: approx Cannon Pink. HEX triplet: 89, 58 and 6A. RGB value is (137,88,106). Sum of RGB (Red+Green+Blue) = 137+88+106=331 (43% of max value = 765). Red value is 137 (53.91% from 255 or 41.39% from 331); Green value is 88 (34.77% from 255 or 26.59% from 331); Blue value is 106 (41.80% from 255 or 32.02% from 331); Max value from RGB is 137 - color contains mainly: red. Hex color #89586A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89586A is #76A795. Grayscale: #686868. Windows color (decimal): -7776150 or 6969481. OLE color: 6969481.

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

Color convert

RGB13788106-
CMYK00.360.230.46
HSL337.96º21.78%44.12%-
HSV(B)337.96º35.77%53.73%-
XYZ16.4113.3415.35-
YUV104.7128.73151.04-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 41.39%
GREEN value IS 88 (34.77% from 255) = 26.59%
BLUE value IS 106 (41.80% from 255) = 32.02%
R=41.39%
G=26.59%
B=32.02%

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
Decimal1378810600.360.230.46337.9621.7844.12
Hex89586A024172E152162c
Octal21113015204427565222654
Binary100010011011000110101001001001011110111010101001010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89586A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89586A; }

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

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

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

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

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

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

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

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