#8E525F

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

Shades of Cannon Pink #8E525F

Tints of Cannon Pink #8E525F

Color information

#8E525F (or 0x8E525F) is unknown color: approx Cannon Pink. HEX triplet: 8E, 52 and 5F. RGB value is (142,82,95). Sum of RGB (Red+Green+Blue) = 142+82+95=319 (42% of max value = 765). Red value is 142 (55.86% from 255 or 44.51% from 319); Green value is 82 (32.42% from 255 or 25.71% from 319); Blue value is 95 (37.5% from 255 or 29.78% from 319); Max value from RGB is 142 - color contains mainly: red. Hex color #8E525F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E525F is #71ADA0. Grayscale: #656565. Windows color (decimal): -7450017 or 6247054. OLE color: 6247054.

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

Color convert

RGB1428295-
CMYK00.420.330.44
HSL347º26.79%43.92%-
HSV(B)347º42.25%55.69%-
XYZ16.2412.6112.4-
YUV101.42124.38156.94-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 44.51%
GREEN value IS 82 (32.42% from 255) = 25.71%
BLUE value IS 95 (37.5% from 255) = 29.78%
R=44.51%
G=25.71%
B=29.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.33
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142829500.420.330.4434726.7943.92
Hex8E525F02A212C15b1b2c
Octal21612213705241545333354
Binary1000111010100101011111010101010000110110010101101111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E525F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,82,95); }

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

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

 a { background-color: rgb(142,82,95); }

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

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

 span { border-color: rgb(142,82,95); }

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