#8C5155

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

Shades of Solid Pink #8C5155

Tints of Solid Pink #8C5155

Color information

#8C5155 (or 0x8C5155) is unknown color: approx Solid Pink. HEX triplet: 8C, 51 and 55. RGB value is (140,81,85). Sum of RGB (Red+Green+Blue) = 140+81+85=306 (40% of max value = 765). Red value is 140 (55.08% from 255 or 45.75% from 306); Green value is 81 (32.03% from 255 or 26.47% from 306); Blue value is 85 (33.59% from 255 or 27.78% from 306); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5155 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C5155 is #73AEAA. Grayscale: #636363. Windows color (decimal): -7581355 or 5591436. OLE color: 5591436.

HSL color Cylindrical-coordinate representation of color #8C5155: hue angle of 355.93º degrees, saturation: 0.27, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8C5155 is Cyan = 0, Magento = 0.42, Yellow = 0.39 and Black (K on CMYK) = 0.45.

Color convert

RGB1408185-
CMYK00.420.390.45
HSL355.93º26.7%43.33%-
HSV(B)355.93º42.14%54.9%-
XYZ15.412.1210.12-
YUV99.1120.05157.17-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 45.75%
GREEN value IS 81 (32.03% from 255) = 26.47%
BLUE value IS 85 (33.59% from 255) = 27.78%
R=45.75%
G=26.47%
B=27.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.39
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140818500.420.390.45355.9326.743.33
Hex8C515502A272D1641b2b
Octal21412112505247555443353
Binary1000110010100011010101010101010011110110110110010011011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C5155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,81,85); }

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

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

 a { background-color: rgb(140,81,85); }

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

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

 span { border-color: rgb(140,81,85); }

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