#8C496F

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

Shades of Cannon Pink #8C496F

Tints of Cannon Pink #8C496F

Color information

#8C496F (or 0x8C496F) is unknown color: approx Cannon Pink. HEX triplet: 8C, 49 and 6F. RGB value is (140,73,111). Sum of RGB (Red+Green+Blue) = 140+73+111=324 (42% of max value = 765). Red value is 140 (55.08% from 255 or 43.21% from 324); Green value is 73 (28.91% from 255 or 22.53% from 324); Blue value is 111 (43.75% from 255 or 34.26% from 324); Max value from RGB is 140 - color contains mainly: red. Hex color #8C496F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C496F is #73B690. Grayscale: #616161. Windows color (decimal): -7583377 or 7293324. OLE color: 7293324.

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

Color convert

RGB14073111-
CMYK00.480.210.45
HSL325.97º31.46%41.76%-
HSV(B)325.97º47.86%54.9%-
XYZ16.0711.4916.41-
YUV97.36135.7158.41-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 43.21%
GREEN value IS 73 (28.91% from 255) = 22.53%
BLUE value IS 111 (43.75% from 255) = 34.26%
R=43.21%
G=22.53%
B=34.26%

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
Decimal1407311100.480.210.45325.9731.4641.76
Hex8C496F030152D1461f2a
Octal21411115706025555063752
Binary100011001001001110111101100001010110110110100011011111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C496F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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