#8E5769

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

Shades of Cannon Pink #8E5769

Tints of Cannon Pink #8E5769

Color information

#8E5769 (or 0x8E5769) is unknown color: approx Cannon Pink. HEX triplet: 8E, 57 and 69. RGB value is (142,87,105). Sum of RGB (Red+Green+Blue) = 142+87+105=334 (44% of max value = 765). Red value is 142 (55.86% from 255 or 42.51% from 334); Green value is 87 (34.38% from 255 or 26.05% from 334); Blue value is 105 (41.41% from 255 or 31.44% from 334); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5769 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E5769 is #71A896. Grayscale: #696969. Windows color (decimal): -7448727 or 6903694. OLE color: 6903694.

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

Color convert

RGB14287105-
CMYK00.390.260.44
HSL340.36º24.02%44.9%-
HSV(B)340.36º38.73%55.69%-
XYZ17.1113.5915.09-
YUV105.5127.72154.04-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 42.51%
GREEN value IS 87 (34.38% from 255) = 26.05%
BLUE value IS 105 (41.41% from 255) = 31.44%
R=42.51%
G=26.05%
B=31.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.26
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1428710500.390.260.44340.3624.0244.9
Hex8E57690271A2C154182d
Octal21612715104732545243055
Binary100011101010111110100101001111101010110010101010011000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E5769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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