#8D4673

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

Shades of Cannon Pink #8D4673

Tints of Cannon Pink #8D4673

Color information

#8D4673 (or 0x8D4673) is unknown color: approx Cannon Pink. HEX triplet: 8D, 46 and 73. RGB value is (141,70,115). Sum of RGB (Red+Green+Blue) = 141+70+115=326 (43% of max value = 765). Red value is 141 (55.47% from 255 or 43.25% from 326); Green value is 70 (27.73% from 255 or 21.47% from 326); Blue value is 115 (45.31% from 255 or 35.28% from 326); Max value from RGB is 141 - color contains mainly: red. Hex color #8D4673 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D4673 is #72B98C. Grayscale: #606060. Windows color (decimal): -7518605 or 7554701. OLE color: 7554701.

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

Color convert

RGB14170115-
CMYK00.500.180.45
HSL321.97º33.65%41.37%-
HSV(B)321.97º50.35%55.29%-
XYZ16.2711.2817.54-
YUV96.36138.52159.84-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 43.25%
GREEN value IS 70 (27.73% from 255) = 21.47%
BLUE value IS 115 (45.31% from 255) = 35.28%
R=43.25%
G=21.47%
B=35.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.18
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1417011500.500.180.45321.9733.6541.37
Hex8D4673032122D1422229
Octal21510616306222555024251
Binary1000110110001101110011011001010010101101101000010100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D4673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,70,115); }

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

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

 a { background-color: rgb(141,70,115); }

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

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

 span { border-color: rgb(141,70,115); }

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