#8C4872

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

Shades of Cannon Pink #8C4872

Tints of Cannon Pink #8C4872

Color information

#8C4872 (or 0x8C4872) is unknown color: approx Cannon Pink. HEX triplet: 8C, 48 and 72. RGB value is (140,72,114). Sum of RGB (Red+Green+Blue) = 140+72+114=326 (43% of max value = 765). Red value is 140 (55.08% from 255 or 42.94% from 326); Green value is 72 (28.52% from 255 or 22.09% from 326); Blue value is 114 (44.92% from 255 or 34.97% from 326); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4872 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C4872 is #73B78D. Grayscale: #616161. Windows color (decimal): -7583630 or 7489676. OLE color: 7489676.

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

Color convert

RGB14072114-
CMYK00.490.190.45
HSL322.94º32.08%41.57%-
HSV(B)322.94º48.57%54.9%-
XYZ16.1711.4317.27-
YUV97.12137.53158.58-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 42.94%
GREEN value IS 72 (28.52% from 255) = 22.09%
BLUE value IS 114 (44.92% from 255) = 34.97%
R=42.94%
G=22.09%
B=34.97%

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
Decimal1407211400.490.190.45322.9432.0841.57
Hex8C4872031132D143202a
Octal21411016206123555034052
Binary1000110010010001110010011000110011101101101000011100000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C4872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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