#8C5473

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

Shades of Cannon Pink #8C5473

Tints of Cannon Pink #8C5473

Color information

#8C5473 (or 0x8C5473) is unknown color: approx Cannon Pink. HEX triplet: 8C, 54 and 73. RGB value is (140,84,115). Sum of RGB (Red+Green+Blue) = 140+84+115=339 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.30% from 339); Green value is 84 (33.20% from 255 or 24.78% from 339); Blue value is 115 (45.31% from 255 or 33.92% from 339); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5473 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C5473 is #73AB8C. Grayscale: #686868. Windows color (decimal): -7580557 or 7558284. OLE color: 7558284.

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

Color convert

RGB14084115-
CMYK00.40.180.45
HSL326.79º25%43.92%-
HSV(B)326.79º40%54.9%-
XYZ17.0813.1517.86-
YUV104.28134.05153.48-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 41.30%
GREEN value IS 84 (33.20% from 255) = 24.78%
BLUE value IS 115 (45.31% from 255) = 33.92%
R=41.30%
G=24.78%
B=33.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.18
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1408411500.40.180.45326.792543.92
Hex8C5473028122D147192c
Octal21412416305022555073154
Binary100011001010100111001101010001001010110110100011111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C5473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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