#8C5259

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

Shades of Solid Pink #8C5259

Tints of Solid Pink #8C5259

Color information

#8C5259 (or 0x8C5259) is unknown color: approx Solid Pink. HEX triplet: 8C, 52 and 59. RGB value is (140,82,89). Sum of RGB (Red+Green+Blue) = 140+82+89=311 (41% of max value = 765). Red value is 140 (55.08% from 255 or 45.02% from 311); Green value is 82 (32.42% from 255 or 26.37% from 311); Blue value is 89 (35.16% from 255 or 28.62% from 311); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5259 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C5259 is #73ADA6. Grayscale: #646464. Windows color (decimal): -7581095 or 5853836. OLE color: 5853836.

HSL color Cylindrical-coordinate representation of color #8C5259: hue angle of 352.76º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8C5259 is Cyan = 0, Magento = 0.41, Yellow = 0.36 and Black (K on CMYK) = 0.45.

Color convert

RGB1408289-
CMYK00.410.360.45
HSL352.76º26.13%43.53%-
HSV(B)352.76º41.43%54.9%-
XYZ15.6412.3311.01-
YUV100.14121.72156.43-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 45.02%
GREEN value IS 82 (32.42% from 255) = 26.37%
BLUE value IS 89 (35.16% from 255) = 28.62%
R=45.02%
G=26.37%
B=28.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.36
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140828900.410.360.45352.7626.1343.53
Hex8C5259029242D1611a2c
Octal21412213105144555413254
Binary1000110010100101011001010100110010010110110110000111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C5259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,82,89); }

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

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

 a { background-color: rgb(140,82,89); }

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

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

 span { border-color: rgb(140,82,89); }

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