#8E505D

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

Shades of Cannon Pink #8E505D

Tints of Cannon Pink #8E505D

Color information

#8E505D (or 0x8E505D) is unknown color: approx Cannon Pink. HEX triplet: 8E, 50 and 5D. RGB value is (142,80,93). Sum of RGB (Red+Green+Blue) = 142+80+93=315 (41% of max value = 765). Red value is 142 (55.86% from 255 or 45.08% from 315); Green value is 80 (31.64% from 255 or 25.40% from 315); Blue value is 93 (36.72% from 255 or 29.52% from 315); Max value from RGB is 142 - color contains mainly: red. Hex color #8E505D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E505D is #71AFA2. Grayscale: #646464. Windows color (decimal): -7450531 or 6115470. OLE color: 6115470.

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

Color convert

RGB1428093-
CMYK00.440.350.44
HSL347.42º27.93%43.53%-
HSV(B)347.42º43.66%55.69%-
XYZ1612.2811.88-
YUV100.02124.04157.94-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 45.08%
GREEN value IS 80 (31.64% from 255) = 25.40%
BLUE value IS 93 (36.72% from 255) = 29.52%
R=45.08%
G=25.40%
B=29.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.35
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142809300.440.350.44347.4227.9343.53
Hex8E505D02C232C15b1c2c
Octal21612013505443545333454
Binary1000111010100001011101010110010001110110010101101111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E505D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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