#8D476B

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

Shades of Cannon Pink #8D476B

Tints of Cannon Pink #8D476B

Color information

#8D476B (or 0x8D476B) is unknown color: approx Cannon Pink. HEX triplet: 8D, 47 and 6B. RGB value is (141,71,107). Sum of RGB (Red+Green+Blue) = 141+71+107=319 (42% of max value = 765). Red value is 141 (55.47% from 255 or 44.20% from 319); Green value is 71 (28.12% from 255 or 22.26% from 319); Blue value is 107 (42.19% from 255 or 33.54% from 319); Max value from RGB is 141 - color contains mainly: red. Hex color #8D476B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D476B is #72B894. Grayscale: #5F5F5F. Windows color (decimal): -7518357 or 7030669. OLE color: 7030669.

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

Color convert

RGB14171107-
CMYK00.500.240.45
HSL329.14º33.02%41.57%-
HSV(B)329.14º49.65%55.29%-
XYZ15.8911.2315.24-
YUV96.03134.19160.07-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 44.20%
GREEN value IS 71 (28.12% from 255) = 22.26%
BLUE value IS 107 (42.19% from 255) = 33.54%
R=44.20%
G=22.26%
B=33.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.24
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1417110700.500.240.45329.1433.0241.57
Hex8D476B032182D149212a
Octal21510715306230555114152
Binary1000110110001111101011011001011000101101101001001100001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D476B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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