#89506A

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

Shades of Cannon Pink #89506A

Tints of Cannon Pink #89506A

Color information

#89506A (or 0x89506A) is unknown color: approx Cannon Pink. HEX triplet: 89, 50 and 6A. RGB value is (137,80,106). Sum of RGB (Red+Green+Blue) = 137+80+106=323 (42% of max value = 765). Red value is 137 (53.91% from 255 or 42.41% from 323); Green value is 80 (31.64% from 255 or 24.77% from 323); Blue value is 106 (41.80% from 255 or 32.82% from 323); Max value from RGB is 137 - color contains mainly: red. Hex color #89506A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89506A is #76AF95. Grayscale: #636363. Windows color (decimal): -7778198 or 6967433. OLE color: 6967433.

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

Color convert

RGB13780106-
CMYK00.420.230.46
HSL332.63º26.27%42.55%-
HSV(B)332.63º41.61%53.73%-
XYZ15.7912.115.14-
YUV100.01131.38154.39-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 42.41%
GREEN value IS 80 (31.64% from 255) = 24.77%
BLUE value IS 106 (41.80% from 255) = 32.82%
R=42.41%
G=24.77%
B=32.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.23
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1378010600.420.230.46332.6326.2742.55
Hex89506A02A172E14d1a2b
Octal21112015205227565153253
Binary100010011010000110101001010101011110111010100110111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89506A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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