#8E576D

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

Shades of Cannon Pink #8E576D

Tints of Cannon Pink #8E576D

Color information

#8E576D (or 0x8E576D) is unknown color: approx Cannon Pink. HEX triplet: 8E, 57 and 6D. RGB value is (142,87,109). Sum of RGB (Red+Green+Blue) = 142+87+109=338 (44% of max value = 765). Red value is 142 (55.86% from 255 or 42.01% from 338); Green value is 87 (34.38% from 255 or 25.74% from 338); Blue value is 109 (42.97% from 255 or 32.25% from 338); Max value from RGB is 142 - color contains mainly: red. Hex color #8E576D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E576D is #71A892. Grayscale: #696969. Windows color (decimal): -7448723 or 7165838. OLE color: 7165838.

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

Color convert

RGB14287109-
CMYK00.390.230.44
HSL336º24.02%44.9%-
HSV(B)336º38.73%55.69%-
XYZ17.3213.6716.19-
YUV105.95129.72153.71-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 42.01%
GREEN value IS 87 (34.38% from 255) = 25.74%
BLUE value IS 109 (42.97% from 255) = 32.25%
R=42.01%
G=25.74%
B=32.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.23
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1428710900.390.230.4433624.0244.9
Hex8E576D027172C150182d
Octal21612715504727545203055
Binary100011101010111110110101001111011110110010101000011000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E576D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,87,109); }

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

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

 a { background-color: rgb(142,87,109); }

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

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

 span { border-color: rgb(142,87,109); }

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