#8E536A

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

Shades of Cannon Pink #8E536A

Tints of Cannon Pink #8E536A

Color information

#8E536A (or 0x8E536A) is unknown color: approx Cannon Pink. HEX triplet: 8E, 53 and 6A. RGB value is (142,83,106). Sum of RGB (Red+Green+Blue) = 142+83+106=331 (43% of max value = 765). Red value is 142 (55.86% from 255 or 42.90% from 331); Green value is 83 (32.81% from 255 or 25.08% from 331); Blue value is 106 (41.80% from 255 or 32.02% from 331); Max value from RGB is 142 - color contains mainly: red. Hex color #8E536A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E536A is #71AC95. Grayscale: #676767. Windows color (decimal): -7449750 or 6968206. OLE color: 6968206.

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

Color convert

RGB14283106-
CMYK00.420.250.44
HSL336.61º26.22%44.12%-
HSV(B)336.61º41.55%55.69%-
XYZ16.8512.9815.25-
YUV103.26129.55155.63-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 42.90%
GREEN value IS 83 (32.81% from 255) = 25.08%
BLUE value IS 106 (41.80% from 255) = 32.02%
R=42.90%
G=25.08%
B=32.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.25
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1428310600.420.250.44336.6126.2244.12
Hex8E536A02A192C1511a2c
Octal21612315205231545213254
Binary100011101010011110101001010101100110110010101000111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E536A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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