#8D5260

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

Shades of Cannon Pink #8D5260

Tints of Cannon Pink #8D5260

Color information

#8D5260 (or 0x8D5260) is unknown color: approx Cannon Pink. HEX triplet: 8D, 52 and 60. RGB value is (141,82,96). Sum of RGB (Red+Green+Blue) = 141+82+96=319 (42% of max value = 765). Red value is 141 (55.47% from 255 or 44.20% from 319); Green value is 82 (32.42% from 255 or 25.71% from 319); Blue value is 96 (37.89% from 255 or 30.09% from 319); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5260 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D5260 is #72AD9F. Grayscale: #656565. Windows color (decimal): -7515552 or 6312589. OLE color: 6312589.

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

Color convert

RGB1418296-
CMYK00.420.320.45
HSL345.76º26.46%43.73%-
HSV(B)345.76º41.84%55.29%-
XYZ16.1112.5412.64-
YUV101.24125.05156.36-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 44.20%
GREEN value IS 82 (32.42% from 255) = 25.71%
BLUE value IS 96 (37.89% from 255) = 30.09%
R=44.20%
G=25.71%
B=30.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.32
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141829600.420.320.45345.7626.4643.73
Hex8D526002A202D15a1a2c
Octal21512214005240555323254
Binary1000110110100101100000010101010000010110110101101011010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D5260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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