#8C4B73

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

Shades of Cannon Pink #8C4B73

Tints of Cannon Pink #8C4B73

Color information

#8C4B73 (or 0x8C4B73) is unknown color: approx Cannon Pink. HEX triplet: 8C, 4B and 73. RGB value is (140,75,115). Sum of RGB (Red+Green+Blue) = 140+75+115=330 (43% of max value = 765). Red value is 140 (55.08% from 255 or 42.42% from 330); Green value is 75 (29.69% from 255 or 22.73% from 330); Blue value is 115 (45.31% from 255 or 34.85% from 330); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4B73 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C4B73 is #73B48C. Grayscale: #626262. Windows color (decimal): -7582861 or 7555980. OLE color: 7555980.

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

Color convert

RGB14075115-
CMYK00.460.180.45
HSL323.08º30.23%42.16%-
HSV(B)323.08º46.43%54.9%-
XYZ16.4311.8517.64-
YUV98.99137.03157.25-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 42.42%
GREEN value IS 75 (29.69% from 255) = 22.73%
BLUE value IS 115 (45.31% from 255) = 34.85%
R=42.42%
G=22.73%
B=34.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.18
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1407511500.460.180.45323.0830.2342.16
Hex8C4B7302E122D1431e2a
Octal21411316305622555033652
Binary100011001001011111001101011101001010110110100001111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C4B73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,75,115); }

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

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

 a { background-color: rgb(140,75,115); }

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

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

 span { border-color: rgb(140,75,115); }

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