#8E5361

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

Shades of Cannon Pink #8E5361

Tints of Cannon Pink #8E5361

Color information

#8E5361 (or 0x8E5361) is unknown color: approx Cannon Pink. HEX triplet: 8E, 53 and 61. RGB value is (142,83,97). Sum of RGB (Red+Green+Blue) = 142+83+97=322 (42% of max value = 765). Red value is 142 (55.86% from 255 or 44.10% from 322); Green value is 83 (32.81% from 255 or 25.78% from 322); Blue value is 97 (38.28% from 255 or 30.12% from 322); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5361 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E5361 is #71AC9E. Grayscale: #666666. Windows color (decimal): -7449759 or 6378382. OLE color: 6378382.

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

Color convert

RGB1428397-
CMYK00.420.320.44
HSL345.76º26.22%44.12%-
HSV(B)345.76º41.55%55.69%-
XYZ16.4112.812.92-
YUV102.24125.05156.36-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 44.10%
GREEN value IS 83 (32.81% from 255) = 25.78%
BLUE value IS 97 (38.28% from 255) = 30.12%
R=44.10%
G=25.78%
B=30.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.32
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142839700.420.320.44345.7626.2244.12
Hex8E536102A202C15a1a2c
Octal21612314105240545323254
Binary1000111010100111100001010101010000010110010101101011010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E5361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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