#8C496E

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

Shades of Cannon Pink #8C496E

Tints of Cannon Pink #8C496E

Color information

#8C496E (or 0x8C496E) is unknown color: approx Cannon Pink. HEX triplet: 8C, 49 and 6E. RGB value is (140,73,110). Sum of RGB (Red+Green+Blue) = 140+73+110=323 (42% of max value = 765). Red value is 140 (55.08% from 255 or 43.34% from 323); Green value is 73 (28.91% from 255 or 22.60% from 323); Blue value is 110 (43.36% from 255 or 34.06% from 323); Max value from RGB is 140 - color contains mainly: red. Hex color #8C496E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C496E is #73B691. Grayscale: #616161. Windows color (decimal): -7583378 or 7227788. OLE color: 7227788.

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

Color convert

RGB14073110-
CMYK00.480.210.45
HSL326.87º31.46%41.76%-
HSV(B)326.87º47.86%54.9%-
XYZ16.0111.4716.12-
YUV97.25135.2158.49-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 43.34%
GREEN value IS 73 (28.91% from 255) = 22.60%
BLUE value IS 110 (43.36% from 255) = 34.06%
R=43.34%
G=22.60%
B=34.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.21
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1407311000.480.210.45326.8731.4641.76
Hex8C496E030152D1471f2a
Octal21411115606025555073752
Binary100011001001001110111001100001010110110110100011111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C496E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,73,110); }

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

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

 a { background-color: rgb(140,73,110); }

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

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

 span { border-color: rgb(140,73,110); }

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