#8D456A

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

Shades of Cannon Pink #8D456A

Tints of Cannon Pink #8D456A

Color information

#8D456A (or 0x8D456A) is unknown color: approx Cannon Pink. HEX triplet: 8D, 45 and 6A. RGB value is (141,69,106). Sum of RGB (Red+Green+Blue) = 141+69+106=316 (41% of max value = 765). Red value is 141 (55.47% from 255 or 44.62% from 316); Green value is 69 (27.34% from 255 or 21.84% from 316); Blue value is 106 (41.80% from 255 or 33.54% from 316); Max value from RGB is 141 - color contains mainly: red. Hex color #8D456A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D456A is #72BA95. Grayscale: #5E5E5E. Windows color (decimal): -7518870 or 6964621. OLE color: 6964621.

HSL color Cylindrical-coordinate representation of color #8D456A: hue angle of 329.17º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8D456A is Cyan = 0, Magento = 0.51, Yellow = 0.25 and Black (K on CMYK) = 0.45.

Color convert

RGB14169106-
CMYK00.510.250.45
HSL329.17º34.29%41.18%-
HSV(B)329.17º51.06%55.29%-
XYZ15.7110.9614.92-
YUV94.75134.35160.99-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 44.62%
GREEN value IS 69 (27.34% from 255) = 21.84%
BLUE value IS 106 (41.80% from 255) = 33.54%
R=44.62%
G=21.84%
B=33.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.25
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1416910600.510.250.45329.1734.2941.18
Hex8D456A033192D1492229
Octal21510515206331555114251
Binary1000110110001011101010011001111001101101101001001100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D456A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,69,106); }

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

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

 a { background-color: rgb(141,69,106); }

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

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

 span { border-color: rgb(141,69,106); }

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