#8D496C

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

Shades of Cannon Pink #8D496C

Tints of Cannon Pink #8D496C

Color information

#8D496C (or 0x8D496C) is unknown color: approx Cannon Pink. HEX triplet: 8D, 49 and 6C. RGB value is (141,73,108). Sum of RGB (Red+Green+Blue) = 141+73+108=322 (42% of max value = 765). Red value is 141 (55.47% from 255 or 43.79% from 322); Green value is 73 (28.91% from 255 or 22.67% from 322); Blue value is 108 (42.58% from 255 or 33.54% from 322); Max value from RGB is 141 - color contains mainly: red. Hex color #8D496C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D496C is #72B693. Grayscale: #616161. Windows color (decimal): -7517844 or 7096717. OLE color: 7096717.

HSL color Cylindrical-coordinate representation of color #8D496C: hue angle of 329.12º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8D496C is Cyan = 0, Magento = 0.48, Yellow = 0.23 and Black (K on CMYK) = 0.45.

Color convert

RGB14173108-
CMYK00.480.230.45
HSL329.12º31.78%41.96%-
HSV(B)329.12º48.23%55.29%-
XYZ16.0711.5115.56-
YUV97.32134.03159.15-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 43.79%
GREEN value IS 73 (28.91% from 255) = 22.67%
BLUE value IS 108 (42.58% from 255) = 33.54%
R=43.79%
G=22.67%
B=33.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.23
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1417310800.480.230.45329.1231.7841.96
Hex8D496C030172D149202a
Octal21511115406027555114052
Binary1000110110010011101100011000010111101101101001001100000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D496C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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