#8D4772

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

Shades of Cannon Pink #8D4772

Tints of Cannon Pink #8D4772

Color information

#8D4772 (or 0x8D4772) is unknown color: approx Cannon Pink. HEX triplet: 8D, 47 and 72. RGB value is (141,71,114). Sum of RGB (Red+Green+Blue) = 141+71+114=326 (43% of max value = 765). Red value is 141 (55.47% from 255 or 43.25% from 326); Green value is 71 (28.12% from 255 or 21.78% from 326); Blue value is 114 (44.92% from 255 or 34.97% from 326); Max value from RGB is 141 - color contains mainly: red. Hex color #8D4772 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D4772 is #72B88D. Grayscale: #606060. Windows color (decimal): -7518350 or 7489421. OLE color: 7489421.

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

Color convert

RGB14171114-
CMYK00.500.190.45
HSL323.14º33.02%41.57%-
HSV(B)323.14º49.65%55.29%-
XYZ16.2811.3817.26-
YUV96.83137.69159.5-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 43.25%
GREEN value IS 71 (28.12% from 255) = 21.78%
BLUE value IS 114 (44.92% from 255) = 34.97%
R=43.25%
G=21.78%
B=34.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.19
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1417111400.500.190.45323.1433.0241.57
Hex8D4772032132D143212a
Octal21510716206223555034152
Binary1000110110001111110010011001010011101101101000011100001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D4772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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