#8E4D5C

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

Shades of Cannon Pink #8E4D5C

Tints of Cannon Pink #8E4D5C

Color information

#8E4D5C (or 0x8E4D5C) is unknown color: approx Cannon Pink. HEX triplet: 8E, 4D and 5C. RGB value is (142,77,92). Sum of RGB (Red+Green+Blue) = 142+77+92=311 (41% of max value = 765). Red value is 142 (55.86% from 255 or 45.66% from 311); Green value is 77 (30.47% from 255 or 24.76% from 311); Blue value is 92 (36.33% from 255 or 29.58% from 311); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4D5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E4D5C is #71B2A3. Grayscale: #626262. Windows color (decimal): -7451300 or 6049166. OLE color: 6049166.

HSL color Cylindrical-coordinate representation of color #8E4D5C: hue angle of 346.15º 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 #8E4D5C is Cyan = 0, Magento = 0.46, Yellow = 0.35 and Black (K on CMYK) = 0.44.

Color convert

RGB1427792-
CMYK00.460.350.44
HSL346.15º29.68%42.94%-
HSV(B)346.15º45.77%55.69%-
XYZ15.7411.8311.58-
YUV98.14124.53159.28-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 45.66%
GREEN value IS 77 (30.47% from 255) = 24.76%
BLUE value IS 92 (36.33% from 255) = 29.58%
R=45.66%
G=24.76%
B=29.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.35
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142779200.460.350.44346.1529.6842.94
Hex8E4D5C02E232C15a1e2b
Octal21611513405643545323653
Binary1000111010011011011100010111010001110110010101101011110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E4D5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,77,92); }

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

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

 a { background-color: rgb(142,77,92); }

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

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

 span { border-color: rgb(142,77,92); }

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