#8C5372

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

Shades of Cannon Pink #8C5372

Tints of Cannon Pink #8C5372

Color information

#8C5372 (or 0x8C5372) is unknown color: approx Cannon Pink. HEX triplet: 8C, 53 and 72. RGB value is (140,83,114). Sum of RGB (Red+Green+Blue) = 140+83+114=337 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.54% from 337); Green value is 83 (32.81% from 255 or 24.63% from 337); Blue value is 114 (44.92% from 255 or 33.83% from 337); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5372 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C5372 is #73AC8D. Grayscale: #676767. Windows color (decimal): -7580814 or 7492492. OLE color: 7492492.

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

Color convert

RGB14083114-
CMYK00.410.190.45
HSL327.37º25.56%43.73%-
HSV(B)327.37º40.71%54.9%-
XYZ16.9512.9817.53-
YUV103.58133.88153.98-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 41.54%
GREEN value IS 83 (32.81% from 255) = 24.63%
BLUE value IS 114 (44.92% from 255) = 33.83%
R=41.54%
G=24.63%
B=33.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.19
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1408311400.410.190.45327.3725.5643.73
Hex8C5372029132D1471a2c
Octal21412316205123555073254
Binary100011001010011111001001010011001110110110100011111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C5372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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