#8C5373

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

Shades of Cannon Pink #8C5373

Tints of Cannon Pink #8C5373

Color information

#8C5373 (or 0x8C5373) is unknown color: approx Cannon Pink. HEX triplet: 8C, 53 and 73. RGB value is (140,83,115). Sum of RGB (Red+Green+Blue) = 140+83+115=338 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.42% from 338); Green value is 83 (32.81% from 255 or 24.56% from 338); Blue value is 115 (45.31% from 255 or 34.02% from 338); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5373 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C5373 is #73AC8C. Grayscale: #676767. Windows color (decimal): -7580813 or 7558028. OLE color: 7558028.

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

Color convert

RGB14083115-
CMYK00.410.180.45
HSL326.32º25.56%43.73%-
HSV(B)326.32º40.71%54.9%-
XYZ171317.83-
YUV103.69134.38153.9-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 41.42%
GREEN value IS 83 (32.81% from 255) = 24.56%
BLUE value IS 115 (45.31% from 255) = 34.02%
R=41.42%
G=24.56%
B=34.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.18
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1408311500.410.180.45326.3225.5643.73
Hex8C5373029122D1461a2c
Octal21412316305122555063254
Binary100011001010011111001101010011001010110110100011011010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C5373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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