#8E5168

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

Shades of Cannon Pink #8E5168

Tints of Cannon Pink #8E5168

Color information

#8E5168 (or 0x8E5168) is unknown color: approx Cannon Pink. HEX triplet: 8E, 51 and 68. RGB value is (142,81,104). Sum of RGB (Red+Green+Blue) = 142+81+104=327 (43% of max value = 765). Red value is 142 (55.86% from 255 or 43.43% from 327); Green value is 81 (32.03% from 255 or 24.77% from 327); Blue value is 104 (41.02% from 255 or 31.80% from 327); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5168 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E5168 is #71AE97. Grayscale: #656565. Windows color (decimal): -7450264 or 6836622. OLE color: 6836622.

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

Color convert

RGB14281104-
CMYK00.430.270.44
HSL337.38º27.35%43.73%-
HSV(B)337.38º42.96%55.69%-
XYZ16.612.6414.66-
YUV101.86129.21156.63-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 43.43%
GREEN value IS 81 (32.03% from 255) = 24.77%
BLUE value IS 104 (41.02% from 255) = 31.80%
R=43.43%
G=24.77%
B=31.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.27
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1428110400.430.270.44337.3827.3543.73
Hex8E516802B1B2C1511b2c
Octal21612115005333545213354
Binary100011101010001110100001010111101110110010101000111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E5168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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