#8D476A

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

Shades of Cannon Pink #8D476A

Tints of Cannon Pink #8D476A

Color information

#8D476A (or 0x8D476A) is unknown color: approx Cannon Pink. HEX triplet: 8D, 47 and 6A. RGB value is (141,71,106). Sum of RGB (Red+Green+Blue) = 141+71+106=318 (42% of max value = 765). Red value is 141 (55.47% from 255 or 44.34% from 318); Green value is 71 (28.12% from 255 or 22.33% from 318); Blue value is 106 (41.80% from 255 or 33.33% from 318); Max value from RGB is 141 - color contains mainly: red. Hex color #8D476A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D476A is #72B895. Grayscale: #5F5F5F. Windows color (decimal): -7518358 or 6965133. OLE color: 6965133.

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

Color convert

RGB14171106-
CMYK00.500.250.45
HSL330º33.02%41.57%-
HSV(B)330º49.65%55.29%-
XYZ15.8411.2114.96-
YUV95.92133.69160.15-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 44.34%
GREEN value IS 71 (28.12% from 255) = 22.33%
BLUE value IS 106 (41.80% from 255) = 33.33%
R=44.34%
G=22.33%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.25
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1417110600.500.250.4533033.0241.57
Hex8D476A032192D14a212a
Octal21510715206231555124152
Binary1000110110001111101010011001011001101101101001010100001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D476A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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