#89556A

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

Shades of Cannon Pink #89556A

Tints of Cannon Pink #89556A

Color information

#89556A (or 0x89556A) is unknown color: approx Cannon Pink. HEX triplet: 89, 55 and 6A. RGB value is (137,85,106). Sum of RGB (Red+Green+Blue) = 137+85+106=328 (43% of max value = 765). Red value is 137 (53.91% from 255 or 41.77% from 328); Green value is 85 (33.59% from 255 or 25.91% from 328); Blue value is 106 (41.80% from 255 or 32.32% from 328); Max value from RGB is 137 - color contains mainly: red. Hex color #89556A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89556A is #76AA95. Grayscale: #666666. Windows color (decimal): -7776918 or 6968713. OLE color: 6968713.

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

Color convert

RGB13785106-
CMYK00.380.230.46
HSL335.77º23.42%43.53%-
HSV(B)335.77º37.96%53.73%-
XYZ16.1712.8615.27-
YUV102.94129.73152.29-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 41.77%
GREEN value IS 85 (33.59% from 255) = 25.91%
BLUE value IS 106 (41.80% from 255) = 32.32%
R=41.77%
G=25.91%
B=32.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.23
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1378510600.380.230.46335.7723.4243.53
Hex89556A026172E150172c
Octal21112515204627565202754
Binary100010011010101110101001001101011110111010101000010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89556A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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