#8E505E

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

Shades of Cannon Pink #8E505E

Tints of Cannon Pink #8E505E

Color information

#8E505E (or 0x8E505E) is unknown color: approx Cannon Pink. HEX triplet: 8E, 50 and 5E. RGB value is (142,80,94). Sum of RGB (Red+Green+Blue) = 142+80+94=316 (41% of max value = 765). Red value is 142 (55.86% from 255 or 44.94% from 316); Green value is 80 (31.64% from 255 or 25.32% from 316); Blue value is 94 (37.11% from 255 or 29.75% from 316); Max value from RGB is 142 - color contains mainly: red. Hex color #8E505E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E505E is #71AFA1. Grayscale: #646464. Windows color (decimal): -7450530 or 6181006. OLE color: 6181006.

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

Color convert

RGB1428094-
CMYK00.440.340.44
HSL346.45º27.93%43.53%-
HSV(B)346.45º43.66%55.69%-
XYZ16.0412.312.12-
YUV100.13124.54157.86-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 44.94%
GREEN value IS 80 (31.64% from 255) = 25.32%
BLUE value IS 94 (37.11% from 255) = 29.75%
R=44.94%
G=25.32%
B=29.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.34
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142809400.440.340.44346.4527.9343.53
Hex8E505E02C222C15a1c2c
Octal21612013605442545323454
Binary1000111010100001011110010110010001010110010101101011100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E505E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,80,94); }

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

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

 a { background-color: rgb(142,80,94); }

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

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

 span { border-color: rgb(142,80,94); }

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