#8D476C

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

Shades of Cannon Pink #8D476C

Tints of Cannon Pink #8D476C

Color information

#8D476C (or 0x8D476C) is unknown color: approx Cannon Pink. HEX triplet: 8D, 47 and 6C. RGB value is (141,71,108). Sum of RGB (Red+Green+Blue) = 141+71+108=320 (42% of max value = 765). Red value is 141 (55.47% from 255 or 44.06% from 320); Green value is 71 (28.12% from 255 or 22.19% from 320); Blue value is 108 (42.58% from 255 or 33.75% from 320); Max value from RGB is 141 - color contains mainly: red. Hex color #8D476C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D476C is #72B893. Grayscale: #606060. Windows color (decimal): -7518356 or 7096205. OLE color: 7096205.

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

Color convert

RGB14171108-
CMYK00.500.230.45
HSL328.29º33.02%41.57%-
HSV(B)328.29º49.65%55.29%-
XYZ15.9411.2515.52-
YUV96.15134.69159.99-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 44.06%
GREEN value IS 71 (28.12% from 255) = 22.19%
BLUE value IS 108 (42.58% from 255) = 33.75%
R=44.06%
G=22.19%
B=33.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.23
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1417110800.500.230.45328.2933.0241.57
Hex8D476C032172D148212a
Octal21510715406227555104152
Binary1000110110001111101100011001010111101101101001000100001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D476C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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