#8C496C

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

Shades of Cannon Pink #8C496C

Tints of Cannon Pink #8C496C

Color information

#8C496C (or 0x8C496C) is unknown color: approx Cannon Pink. HEX triplet: 8C, 49 and 6C. RGB value is (140,73,108). Sum of RGB (Red+Green+Blue) = 140+73+108=321 (42% of max value = 765). Red value is 140 (55.08% from 255 or 43.61% from 321); Green value is 73 (28.91% from 255 or 22.74% from 321); Blue value is 108 (42.58% from 255 or 33.64% from 321); Max value from RGB is 140 - color contains mainly: red. Hex color #8C496C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C496C is #73B693. Grayscale: #606060. Windows color (decimal): -7583380 or 7096716. OLE color: 7096716.

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

Color convert

RGB14073108-
CMYK00.480.230.45
HSL328.66º31.46%41.76%-
HSV(B)328.66º47.86%54.9%-
XYZ15.911.4215.55-
YUV97.02134.2158.65-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 43.61%
GREEN value IS 73 (28.91% from 255) = 22.74%
BLUE value IS 108 (42.58% from 255) = 33.64%
R=43.61%
G=22.74%
B=33.64%

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
Decimal1407310800.480.230.45328.6631.4641.76
Hex8C496C030172D1491f2a
Octal21411115406027555113752
Binary100011001001001110110001100001011110110110100100111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C496C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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