#8E5165

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

Shades of Cannon Pink #8E5165

Tints of Cannon Pink #8E5165

Color information

#8E5165 (or 0x8E5165) is unknown color: approx Cannon Pink. HEX triplet: 8E, 51 and 65. RGB value is (142,81,101). Sum of RGB (Red+Green+Blue) = 142+81+101=324 (42% of max value = 765). Red value is 142 (55.86% from 255 or 43.83% from 324); Green value is 81 (32.03% from 255 or 25% from 324); Blue value is 101 (39.84% from 255 or 31.17% from 324); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5165 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E5165 is #71AE9A. Grayscale: #656565. Windows color (decimal): -7450267 or 6640014. OLE color: 6640014.

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

Color convert

RGB14281101-
CMYK00.430.290.44
HSL340.33º27.35%43.73%-
HSV(B)340.33º42.96%55.69%-
XYZ16.4512.5813.87-
YUV101.52127.71156.87-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 43.83%
GREEN value IS 81 (32.03% from 255) = 25%
BLUE value IS 101 (39.84% from 255) = 31.17%
R=43.83%
G=25%
B=31.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.29
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1428110100.430.290.44340.3327.3543.73
Hex8E516502B1D2C1541b2c
Octal21612114505335545243354
Binary100011101010001110010101010111110110110010101010011011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E5165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,81,101); }

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

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

 a { background-color: rgb(142,81,101); }

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

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

 span { border-color: rgb(142,81,101); }

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