#89556F

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

Shades of Cannon Pink #89556F

Tints of Cannon Pink #89556F

Color information

#89556F (or 0x89556F) is unknown color: approx Cannon Pink. HEX triplet: 89, 55 and 6F. RGB value is (137,85,111). Sum of RGB (Red+Green+Blue) = 137+85+111=333 (44% of max value = 765). Red value is 137 (53.91% from 255 or 41.14% from 333); Green value is 85 (33.59% from 255 or 25.53% from 333); Blue value is 111 (43.75% from 255 or 33.33% from 333); Max value from RGB is 137 - color contains mainly: red. Hex color #89556F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89556F is #76AA90. Grayscale: #676767. Windows color (decimal): -7776913 or 7296393. OLE color: 7296393.

HSL color Cylindrical-coordinate representation of color #89556F: hue angle of 330º 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 #89556F is Cyan = 0, Magento = 0.38, Yellow = 0.19 and Black (K on CMYK) = 0.46.

Color convert

RGB13785111-
CMYK00.380.190.46
HSL330º23.42%43.53%-
HSV(B)330º37.96%53.73%-
XYZ16.4312.9616.67-
YUV103.51132.23151.89-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 41.14%
GREEN value IS 85 (33.59% from 255) = 25.53%
BLUE value IS 111 (43.75% from 255) = 33.33%
R=41.14%
G=25.53%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.19
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1378511100.380.190.4633023.4243.53
Hex89556F026132E14a172c
Octal21112515704623565122754
Binary100010011010101110111101001101001110111010100101010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89556F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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