#8C5671

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

Shades of Cannon Pink #8C5671

Tints of Cannon Pink #8C5671

Color information

#8C5671 (or 0x8C5671) is unknown color: approx Cannon Pink. HEX triplet: 8C, 56 and 71. RGB value is (140,86,113). Sum of RGB (Red+Green+Blue) = 140+86+113=339 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.30% from 339); Green value is 86 (33.98% from 255 or 25.37% from 339); Blue value is 113 (44.53% from 255 or 33.33% from 339); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5671 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C5671 is #73A98E. Grayscale: #696969. Windows color (decimal): -7580047 or 7427724. OLE color: 7427724.

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

Color convert

RGB14086113-
CMYK00.390.190.45
HSL330º23.89%44.31%-
HSV(B)330º38.57%54.9%-
XYZ17.1213.4217.31-
YUV105.22132.39152.8-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 41.30%
GREEN value IS 86 (33.98% from 255) = 25.37%
BLUE value IS 113 (44.53% from 255) = 33.33%
R=41.30%
G=25.37%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.19
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1408611300.390.190.4533023.8944.31
Hex8C5671027132D14a182c
Octal21412616104723555123054
Binary100011001010110111000101001111001110110110100101011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C5671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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