#8E5567

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

Shades of Cannon Pink #8E5567

Tints of Cannon Pink #8E5567

Color information

#8E5567 (or 0x8E5567) is unknown color: approx Cannon Pink. HEX triplet: 8E, 55 and 67. RGB value is (142,85,103). Sum of RGB (Red+Green+Blue) = 142+85+103=330 (43% of max value = 765). Red value is 142 (55.86% from 255 or 43.03% from 330); Green value is 85 (33.59% from 255 or 25.76% from 330); Blue value is 103 (40.62% from 255 or 31.21% from 330); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5567 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E5567 is #71AA98. Grayscale: #686868. Windows color (decimal): -7449241 or 6772110. OLE color: 6772110.

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

Color convert

RGB14285103-
CMYK00.400.270.44
HSL341.05º25.11%44.51%-
HSV(B)341.05º40.14%55.69%-
XYZ16.8513.2314.5-
YUV104.1127.38155.04-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 43.03%
GREEN value IS 85 (33.59% from 255) = 25.76%
BLUE value IS 103 (40.62% from 255) = 31.21%
R=43.03%
G=25.76%
B=31.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.27
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1428510300.400.270.44341.0525.1144.51
Hex8E55670281B2C155192d
Octal21612514705033545253155
Binary100011101010101110011101010001101110110010101010111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E5567

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,85,103); }

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

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

 a { background-color: rgb(142,85,103); }

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

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

 span { border-color: rgb(142,85,103); }

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