#8E536C

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

Shades of Cannon Pink #8E536C

Tints of Cannon Pink #8E536C

Color information

#8E536C (or 0x8E536C) is unknown color: approx Cannon Pink. HEX triplet: 8E, 53 and 6C. RGB value is (142,83,108). Sum of RGB (Red+Green+Blue) = 142+83+108=333 (44% of max value = 765). Red value is 142 (55.86% from 255 or 42.64% from 333); Green value is 83 (32.81% from 255 or 24.92% from 333); Blue value is 108 (42.58% from 255 or 32.43% from 333); Max value from RGB is 142 - color contains mainly: red. Hex color #8E536C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E536C is #71AC93. Grayscale: #676767. Windows color (decimal): -7449748 or 7099278. OLE color: 7099278.

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

Color convert

RGB14283108-
CMYK00.420.240.44
HSL334.58º26.22%44.12%-
HSV(B)334.58º41.55%55.69%-
XYZ16.9613.0215.81-
YUV103.49130.55155.47-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 42.64%
GREEN value IS 83 (32.81% from 255) = 24.92%
BLUE value IS 108 (42.58% from 255) = 32.43%
R=42.64%
G=24.92%
B=32.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.24
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1428310800.420.240.44334.5826.2244.12
Hex8E536C02A182C14f1a2c
Octal21612315405230545173254
Binary100011101010011110110001010101100010110010100111111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E536C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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