#8E476A

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

Shades of Cannon Pink #8E476A

Tints of Cannon Pink #8E476A

Color information

#8E476A (or 0x8E476A) is unknown color: approx Cannon Pink. HEX triplet: 8E, 47 and 6A. RGB value is (142,71,106). Sum of RGB (Red+Green+Blue) = 142+71+106=319 (42% of max value = 765). Red value is 142 (55.86% from 255 or 44.51% from 319); Green value is 71 (28.12% from 255 or 22.26% from 319); Blue value is 106 (41.80% from 255 or 33.23% from 319); Max value from RGB is 142 - color contains mainly: red. Hex color #8E476A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E476A is #71B895. Grayscale: #606060. Windows color (decimal): -7452822 or 6965134. OLE color: 6965134.

HSL color Cylindrical-coordinate representation of color #8E476A: hue angle of 330.42º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8E476A is Cyan = 0, Magento = 0.5, Yellow = 0.25 and Black (K on CMYK) = 0.44.

Color convert

RGB14271106-
CMYK00.50.250.44
HSL330.42º33.33%41.76%-
HSV(B)330.42º50%55.69%-
XYZ16.0111.314.97-
YUV96.22133.52160.65-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 44.51%
GREEN value IS 71 (28.12% from 255) = 22.26%
BLUE value IS 106 (41.80% from 255) = 33.23%
R=44.51%
G=22.26%
B=33.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.25
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1427110600.50.250.44330.4233.3341.76
Hex8E476A032192C14a212a
Octal21610715206231545124152
Binary1000111010001111101010011001011001101100101001010100001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E476A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,71,106); }

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

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

 a { background-color: rgb(142,71,106); }

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

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

 span { border-color: rgb(142,71,106); }

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