#8E4C76

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

Shades of Cannon Pink #8E4C76

Tints of Cannon Pink #8E4C76

Color information

#8E4C76 (or 0x8E4C76) is unknown color: approx Cannon Pink. HEX triplet: 8E, 4C and 76. RGB value is (142,76,118). Sum of RGB (Red+Green+Blue) = 142+76+118=336 (44% of max value = 765). Red value is 142 (55.86% from 255 or 42.26% from 336); Green value is 76 (30.08% from 255 or 22.62% from 336); Blue value is 118 (46.48% from 255 or 35.12% from 336); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4C76 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E4C76 is #71B389. Grayscale: #646464. Windows color (decimal): -7451530 or 7752846. OLE color: 7752846.

HSL color Cylindrical-coordinate representation of color #8E4C76: hue angle of 321.82º degrees, saturation: 0.3, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8E4C76 is Cyan = 0, Magento = 0.46, Yellow = 0.17 and Black (K on CMYK) = 0.44.

Color convert

RGB14276118-
CMYK00.460.170.44
HSL321.82º30.28%42.75%-
HSV(B)321.82º46.48%55.69%-
XYZ17.0112.2318.6-
YUV100.52137.87157.58-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 42.26%
GREEN value IS 76 (30.08% from 255) = 22.62%
BLUE value IS 118 (46.48% from 255) = 35.12%
R=42.26%
G=22.62%
B=35.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.17
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1427611800.460.170.44321.8230.2842.75
Hex8E4C7602E112C1421e2b
Octal21611416605621545023653
Binary100011101001100111011001011101000110110010100001011110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E4C76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,76,118); }

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

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

 a { background-color: rgb(142,76,118); }

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

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

 span { border-color: rgb(142,76,118); }

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