#89566A

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

Shades of Cannon Pink #89566A

Tints of Cannon Pink #89566A

Color information

#89566A (or 0x89566A) is unknown color: approx Cannon Pink. HEX triplet: 89, 56 and 6A. RGB value is (137,86,106). Sum of RGB (Red+Green+Blue) = 137+86+106=329 (43% of max value = 765). Red value is 137 (53.91% from 255 or 41.64% from 329); Green value is 86 (33.98% from 255 or 26.14% from 329); Blue value is 106 (41.80% from 255 or 32.22% from 329); Max value from RGB is 137 - color contains mainly: red. Hex color #89566A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89566A is #76A995. Grayscale: #676767. Windows color (decimal): -7776662 or 6968969. OLE color: 6968969.

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

Color convert

RGB13786106-
CMYK00.370.230.46
HSL336.47º22.87%43.73%-
HSV(B)336.47º37.23%53.73%-
XYZ16.2513.0115.29-
YUV103.53129.4151.87-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 41.64%
GREEN value IS 86 (33.98% from 255) = 26.14%
BLUE value IS 106 (41.80% from 255) = 32.22%
R=41.64%
G=26.14%
B=32.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.23
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1378610600.370.230.46336.4722.8743.73
Hex89566A025172E150172c
Octal21112615204527565202754
Binary100010011010110110101001001011011110111010101000010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89566A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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