#8C5371

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

Shades of Cannon Pink #8C5371

Tints of Cannon Pink #8C5371

Color information

#8C5371 (or 0x8C5371) is unknown color: approx Cannon Pink. HEX triplet: 8C, 53 and 71. RGB value is (140,83,113). Sum of RGB (Red+Green+Blue) = 140+83+113=336 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.67% from 336); Green value is 83 (32.81% from 255 or 24.70% from 336); Blue value is 113 (44.53% from 255 or 33.63% from 336); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5371 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C5371 is #73AC8E. Grayscale: #676767. Windows color (decimal): -7580815 or 7426956. OLE color: 7426956.

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

Color convert

RGB14083113-
CMYK00.410.190.45
HSL328.42º25.56%43.73%-
HSV(B)328.42º40.71%54.9%-
XYZ16.8912.9517.23-
YUV103.46133.38154.06-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 41.67%
GREEN value IS 83 (32.81% from 255) = 24.70%
BLUE value IS 113 (44.53% from 255) = 33.63%
R=41.67%
G=24.70%
B=33.63%

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
Decimal1408311300.410.190.45328.4225.5643.73
Hex8C5371029132D1481a2c
Octal21412316105123555103254
Binary100011001010011111000101010011001110110110100100011010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C5371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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