#8C4871

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

Shades of Cannon Pink #8C4871

Tints of Cannon Pink #8C4871

Color information

#8C4871 (or 0x8C4871) is unknown color: approx Cannon Pink. HEX triplet: 8C, 48 and 71. RGB value is (140,72,113). Sum of RGB (Red+Green+Blue) = 140+72+113=325 (43% of max value = 765). Red value is 140 (55.08% from 255 or 43.08% from 325); Green value is 72 (28.52% from 255 or 22.15% from 325); Blue value is 113 (44.53% from 255 or 34.77% from 325); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4871 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C4871 is #73B78E. Grayscale: #606060. Windows color (decimal): -7583631 or 7424140. OLE color: 7424140.

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

Color convert

RGB14072113-
CMYK00.490.190.45
HSL323.82º32.08%41.57%-
HSV(B)323.82º48.57%54.9%-
XYZ16.1111.416.97-
YUV97.01137.03158.67-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 43.08%
GREEN value IS 72 (28.52% from 255) = 22.15%
BLUE value IS 113 (44.53% from 255) = 34.77%
R=43.08%
G=22.15%
B=34.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.19
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1407211300.490.190.45323.8232.0841.57
Hex8C4871031132D144202a
Octal21411016106123555044052
Binary1000110010010001110001011000110011101101101000100100000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C4871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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