#89546A

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

Shades of Cannon Pink #89546A

Tints of Cannon Pink #89546A

Color information

#89546A (or 0x89546A) is unknown color: approx Cannon Pink. HEX triplet: 89, 54 and 6A. RGB value is (137,84,106). Sum of RGB (Red+Green+Blue) = 137+84+106=327 (43% of max value = 765). Red value is 137 (53.91% from 255 or 41.90% from 327); Green value is 84 (33.20% from 255 or 25.69% from 327); Blue value is 106 (41.80% from 255 or 32.42% from 327); Max value from RGB is 137 - color contains mainly: red. Hex color #89546A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89546A is #76AB95. Grayscale: #666666. Windows color (decimal): -7777174 or 6968457. OLE color: 6968457.

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

Color convert

RGB13784106-
CMYK00.390.230.46
HSL335.09º23.98%43.33%-
HSV(B)335.09º38.69%53.73%-
XYZ16.0912.715.24-
YUV102.36130.06152.71-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 41.90%
GREEN value IS 84 (33.20% from 255) = 25.69%
BLUE value IS 106 (41.80% from 255) = 32.42%
R=41.90%
G=25.69%
B=32.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.23
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1378410600.390.230.46335.0923.9843.33
Hex89546A027172E14f182b
Octal21112415204727565173053
Binary100010011010100110101001001111011110111010100111111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89546A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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