#89505C

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

Shades of Cannon Pink #89505C

Tints of Cannon Pink #89505C

Color information

#89505C (or 0x89505C) is unknown color: approx Cannon Pink. HEX triplet: 89, 50 and 5C. RGB value is (137,80,92). Sum of RGB (Red+Green+Blue) = 137+80+92=309 (40% of max value = 765). Red value is 137 (53.91% from 255 or 44.34% from 309); Green value is 80 (31.64% from 255 or 25.89% from 309); Blue value is 92 (36.33% from 255 or 29.77% from 309); Max value from RGB is 137 - color contains mainly: red. Hex color #89505C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89505C is #76AFA3. Grayscale: #626262. Windows color (decimal): -7778212 or 6049929. OLE color: 6049929.

HSL color Cylindrical-coordinate representation of color #89505C: hue angle of 347.37º 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 #89505C is Cyan = 0, Magento = 0.42, Yellow = 0.33 and Black (K on CMYK) = 0.46.

Color convert

RGB1378092-
CMYK00.420.330.46
HSL347.37º26.27%42.55%-
HSV(B)347.37º41.61%53.73%-
XYZ15.1211.8311.61-
YUV98.41124.38155.52-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 44.34%
GREEN value IS 80 (31.64% from 255) = 25.89%
BLUE value IS 92 (36.33% from 255) = 29.77%
R=44.34%
G=25.89%
B=29.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.33
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137809200.420.330.46347.3726.2742.55
Hex89505C02A212E15b1a2b
Octal21112013405241565333253
Binary1000100110100001011100010101010000110111010101101111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89505C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89505C; }

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

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

<style>
 a { background-color: #89505C; }

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

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

<style>
 span { border-color: #89505C; }

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

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