#8D486F

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

Shades of Cannon Pink #8D486F

Tints of Cannon Pink #8D486F

Color information

#8D486F (or 0x8D486F) is unknown color: approx Cannon Pink. HEX triplet: 8D, 48 and 6F. RGB value is (141,72,111). Sum of RGB (Red+Green+Blue) = 141+72+111=324 (42% of max value = 765). Red value is 141 (55.47% from 255 or 43.52% from 324); Green value is 72 (28.52% from 255 or 22.22% from 324); Blue value is 111 (43.75% from 255 or 34.26% from 324); Max value from RGB is 141 - color contains mainly: red. Hex color #8D486F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D486F is #72B790. Grayscale: #606060. Windows color (decimal): -7518097 or 7293069. OLE color: 7293069.

HSL color Cylindrical-coordinate representation of color #8D486F: hue angle of 326.09º 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 #8D486F is Cyan = 0, Magento = 0.49, Yellow = 0.21 and Black (K on CMYK) = 0.45.

Color convert

RGB14172111-
CMYK00.490.210.45
HSL326.09º32.39%41.76%-
HSV(B)326.09º48.94%55.29%-
XYZ16.1711.4516.4-
YUV97.08135.86159.33-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 43.52%
GREEN value IS 72 (28.52% from 255) = 22.22%
BLUE value IS 111 (43.75% from 255) = 34.26%
R=43.52%
G=22.22%
B=34.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.21
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1417211100.490.210.45326.0932.3941.76
Hex8D486F031152D146202a
Octal21511015706125555064052
Binary1000110110010001101111011000110101101101101000110100000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D486F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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