#89566B

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

Shades of Cannon Pink #89566B

Tints of Cannon Pink #89566B

Color information

#89566B (or 0x89566B) is unknown color: approx Cannon Pink. HEX triplet: 89, 56 and 6B. RGB value is (137,86,107). Sum of RGB (Red+Green+Blue) = 137+86+107=330 (43% of max value = 765). Red value is 137 (53.91% from 255 or 41.52% from 330); Green value is 86 (33.98% from 255 or 26.06% from 330); Blue value is 107 (42.19% from 255 or 32.42% from 330); Max value from RGB is 137 - color contains mainly: red. Hex color #89566B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89566B is #76A994. Grayscale: #676767. Windows color (decimal): -7776661 or 7034505. OLE color: 7034505.

HSL color Cylindrical-coordinate representation of color #89566B: hue angle of 335.29º 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 #89566B is Cyan = 0, Magento = 0.37, Yellow = 0.22 and Black (K on CMYK) = 0.46.

Color convert

RGB13786107-
CMYK00.370.220.46
HSL335.29º22.87%43.73%-
HSV(B)335.29º37.23%53.73%-
XYZ16.313.0415.57-
YUV103.64129.9151.79-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 41.52%
GREEN value IS 86 (33.98% from 255) = 26.06%
BLUE value IS 107 (42.19% from 255) = 32.42%
R=41.52%
G=26.06%
B=32.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.22
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1378610700.370.220.46335.2922.8743.73
Hex89566B025162E14f172c
Octal21112615304526565172754
Binary100010011010110110101101001011011010111010100111110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89566B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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