#8D486D

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

Shades of Cannon Pink #8D486D

Tints of Cannon Pink #8D486D

Color information

#8D486D (or 0x8D486D) is unknown color: approx Cannon Pink. HEX triplet: 8D, 48 and 6D. RGB value is (141,72,109). Sum of RGB (Red+Green+Blue) = 141+72+109=322 (42% of max value = 765). Red value is 141 (55.47% from 255 or 43.79% from 322); Green value is 72 (28.52% from 255 or 22.36% from 322); Blue value is 109 (42.97% from 255 or 33.85% from 322); Max value from RGB is 141 - color contains mainly: red. Hex color #8D486D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D486D is #72B792. Grayscale: #606060. Windows color (decimal): -7518099 or 7161997. OLE color: 7161997.

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

Color convert

RGB14172109-
CMYK00.490.230.45
HSL327.83º32.39%41.76%-
HSV(B)327.83º48.94%55.29%-
XYZ16.0611.415.82-
YUV96.85134.86159.49-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 43.79%
GREEN value IS 72 (28.52% from 255) = 22.36%
BLUE value IS 109 (42.97% from 255) = 33.85%
R=43.79%
G=22.36%
B=33.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.23
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1417210900.490.230.45327.8332.3941.76
Hex8D486D031172D148202a
Octal21511015506127555104052
Binary1000110110010001101101011000110111101101101001000100000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D486D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,72,109); }

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

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

 a { background-color: rgb(141,72,109); }

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

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

 span { border-color: rgb(141,72,109); }

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