#8D5460

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

Shades of Cannon Pink #8D5460

Tints of Cannon Pink #8D5460

Color information

#8D5460 (or 0x8D5460) is unknown color: approx Cannon Pink. HEX triplet: 8D, 54 and 60. RGB value is (141,84,96). Sum of RGB (Red+Green+Blue) = 141+84+96=321 (42% of max value = 765). Red value is 141 (55.47% from 255 or 43.93% from 321); Green value is 84 (33.20% from 255 or 26.17% from 321); Blue value is 96 (37.89% from 255 or 29.91% from 321); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5460 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D5460 is #72AB9F. Grayscale: #666666. Windows color (decimal): -7515040 or 6313101. OLE color: 6313101.

HSL color Cylindrical-coordinate representation of color #8D5460: hue angle of 347.37º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8D5460 is Cyan = 0, Magento = 0.40, Yellow = 0.32 and Black (K on CMYK) = 0.45.

Color convert

RGB1418496-
CMYK00.400.320.45
HSL347.37º25.33%44.12%-
HSV(B)347.37º40.43%55.29%-
XYZ16.2712.8512.69-
YUV102.41124.38155.52-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 43.93%
GREEN value IS 84 (33.20% from 255) = 26.17%
BLUE value IS 96 (37.89% from 255) = 29.91%
R=43.93%
G=26.17%
B=29.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.32
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141849600.400.320.45347.3725.3344.12
Hex8D5460028202D15b192c
Octal21512414005040555333154
Binary1000110110101001100000010100010000010110110101101111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D5460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8D5460; }

 p { color: rgb(141,84,96); }

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

<style>
 a { background-color: #8D5460; }

 a { background-color: rgb(141,84,96); }

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

<style>
 span { border-color: #8D5460; }

 span { border-color: rgb(141,84,96); }

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