#8D4760

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

Shades of Cannon Pink #8D4760

Tints of Cannon Pink #8D4760

Color information

#8D4760 (or 0x8D4760) is unknown color: approx Cannon Pink. HEX triplet: 8D, 47 and 60. RGB value is (141,71,96). Sum of RGB (Red+Green+Blue) = 141+71+96=308 (40% of max value = 765). Red value is 141 (55.47% from 255 or 45.78% from 308); Green value is 71 (28.12% from 255 or 23.05% from 308); Blue value is 96 (37.89% from 255 or 31.17% from 308); Max value from RGB is 141 - color contains mainly: red. Hex color #8D4760 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D4760 is #72B89F. Grayscale: #5E5E5E. Windows color (decimal): -7518368 or 6309773. OLE color: 6309773.

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

Color convert

RGB1417196-
CMYK00.500.320.45
HSL338.57º33.02%41.57%-
HSV(B)338.57º49.65%55.29%-
XYZ15.3511.0112.38-
YUV94.78128.69160.97-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 45.78%
GREEN value IS 71 (28.12% from 255) = 23.05%
BLUE value IS 96 (37.89% from 255) = 31.17%
R=45.78%
G=23.05%
B=31.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.32
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141719600.500.320.45338.5733.0241.57
Hex8D4760032202D153212a
Octal21510714006240555234152
Binary10001101100011111000000110010100000101101101010011100001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D4760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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