#8E576C

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

Shades of Cannon Pink #8E576C

Tints of Cannon Pink #8E576C

Color information

#8E576C (or 0x8E576C) is unknown color: approx Cannon Pink. HEX triplet: 8E, 57 and 6C. RGB value is (142,87,108). Sum of RGB (Red+Green+Blue) = 142+87+108=337 (44% of max value = 765). Red value is 142 (55.86% from 255 or 42.14% from 337); Green value is 87 (34.38% from 255 or 25.82% from 337); Blue value is 108 (42.58% from 255 or 32.05% from 337); Max value from RGB is 142 - color contains mainly: red. Hex color #8E576C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E576C is #71A893. Grayscale: #696969. Windows color (decimal): -7448724 or 7100302. OLE color: 7100302.

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

Color convert

RGB14287108-
CMYK00.390.240.44
HSL337.09º24.02%44.9%-
HSV(B)337.09º38.73%55.69%-
XYZ17.2713.6515.91-
YUV105.84129.22153.79-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 42.14%
GREEN value IS 87 (34.38% from 255) = 25.82%
BLUE value IS 108 (42.58% from 255) = 32.05%
R=42.14%
G=25.82%
B=32.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.24
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1428710800.390.240.44337.0924.0244.9
Hex8E576C027182C151182d
Octal21612715404730545213055
Binary100011101010111110110001001111100010110010101000111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E576C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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