#89566E

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

Shades of Cannon Pink #89566E

Tints of Cannon Pink #89566E

Color information

#89566E (or 0x89566E) is unknown color: approx Cannon Pink. HEX triplet: 89, 56 and 6E. RGB value is (137,86,110). Sum of RGB (Red+Green+Blue) = 137+86+110=333 (44% of max value = 765). Red value is 137 (53.91% from 255 or 41.14% from 333); Green value is 86 (33.98% from 255 or 25.83% from 333); Blue value is 110 (43.36% from 255 or 33.03% from 333); Max value from RGB is 137 - color contains mainly: red. Hex color #89566E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89566E is #76A991. Grayscale: #676767. Windows color (decimal): -7776658 or 7231113. OLE color: 7231113.

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

Color convert

RGB13786110-
CMYK00.370.200.46
HSL331.76º22.87%43.73%-
HSV(B)331.76º37.23%53.73%-
XYZ16.4613.116.41-
YUV103.98131.4151.55-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 41.14%
GREEN value IS 86 (33.98% from 255) = 25.83%
BLUE value IS 110 (43.36% from 255) = 33.03%
R=41.14%
G=25.83%
B=33.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.20
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1378611000.370.200.46331.7622.8743.73
Hex89566E025142E14c172c
Octal21112615604524565142754
Binary100010011010110110111001001011010010111010100110010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89566E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89566E; }

 p { color: rgb(137,86,110); }

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

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

 a { background-color: rgb(137,86,110); }

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

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

 span { border-color: rgb(137,86,110); }

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