#8D496B

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

Shades of Cannon Pink #8D496B

Tints of Cannon Pink #8D496B

Color information

#8D496B (or 0x8D496B) is unknown color: approx Cannon Pink. HEX triplet: 8D, 49 and 6B. RGB value is (141,73,107). Sum of RGB (Red+Green+Blue) = 141+73+107=321 (42% of max value = 765). Red value is 141 (55.47% from 255 or 43.93% from 321); Green value is 73 (28.91% from 255 or 22.74% from 321); Blue value is 107 (42.19% from 255 or 33.33% from 321); Max value from RGB is 141 - color contains mainly: red. Hex color #8D496B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D496B is #72B694. Grayscale: #616161. Windows color (decimal): -7517845 or 7031181. OLE color: 7031181.

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

Color convert

RGB14173107-
CMYK00.480.240.45
HSL330º31.78%41.96%-
HSV(B)330º48.23%55.29%-
XYZ16.0211.4915.28-
YUV97.21133.53159.24-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 43.93%
GREEN value IS 73 (28.91% from 255) = 22.74%
BLUE value IS 107 (42.19% from 255) = 33.33%
R=43.93%
G=22.74%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.24
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1417310700.480.240.4533031.7841.96
Hex8D496B030182D14a202a
Octal21511115306030555124052
Binary1000110110010011101011011000011000101101101001010100000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D496B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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