#89505E

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

Shades of Cannon Pink #89505E

Tints of Cannon Pink #89505E

Color information

#89505E (or 0x89505E) is unknown color: approx Cannon Pink. HEX triplet: 89, 50 and 5E. RGB value is (137,80,94). Sum of RGB (Red+Green+Blue) = 137+80+94=311 (41% of max value = 765). Red value is 137 (53.91% from 255 or 44.05% from 311); Green value is 80 (31.64% from 255 or 25.72% from 311); Blue value is 94 (37.11% from 255 or 30.23% from 311); Max value from RGB is 137 - color contains mainly: red. Hex color #89505E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89505E is #76AFA1. Grayscale: #626262. Windows color (decimal): -7778210 or 6181001. OLE color: 6181001.

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

Color convert

RGB1378094-
CMYK00.420.310.46
HSL345.26º26.27%42.55%-
HSV(B)345.26º41.61%53.73%-
XYZ15.2111.8612.08-
YUV98.64125.38155.36-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 44.05%
GREEN value IS 80 (31.64% from 255) = 25.72%
BLUE value IS 94 (37.11% from 255) = 30.23%
R=44.05%
G=25.72%
B=30.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.31
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137809400.420.310.46345.2626.2742.55
Hex89505E02A1F2E1591a2b
Octal21112013605237565313253
Binary100010011010000101111001010101111110111010101100111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89505E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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