#8E5765

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

Shades of Cannon Pink #8E5765

Tints of Cannon Pink #8E5765

Color information

#8E5765 (or 0x8E5765) is unknown color: approx Cannon Pink. HEX triplet: 8E, 57 and 65. RGB value is (142,87,101). Sum of RGB (Red+Green+Blue) = 142+87+101=330 (43% of max value = 765). Red value is 142 (55.86% from 255 or 43.03% from 330); Green value is 87 (34.38% from 255 or 26.36% from 330); Blue value is 101 (39.84% from 255 or 30.61% from 330); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5765 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E5765 is #71A89A. Grayscale: #696969. Windows color (decimal): -7448731 or 6641550. OLE color: 6641550.

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

Color convert

RGB14287101-
CMYK00.390.290.44
HSL344.73º24.02%44.9%-
HSV(B)344.73º38.73%55.69%-
XYZ16.9113.5114.03-
YUV105.04125.72154.36-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 43.03%
GREEN value IS 87 (34.38% from 255) = 26.36%
BLUE value IS 101 (39.84% from 255) = 30.61%
R=43.03%
G=26.36%
B=30.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.29
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1428710100.390.290.44344.7324.0244.9
Hex8E57650271D2C159182d
Octal21612714504735545313055
Binary100011101010111110010101001111110110110010101100111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E5765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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