#8C5055

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

Shades of Solid Pink #8C5055

Tints of Solid Pink #8C5055

Color information

#8C5055 (or 0x8C5055) is unknown color: approx Solid Pink. HEX triplet: 8C, 50 and 55. RGB value is (140,80,85). Sum of RGB (Red+Green+Blue) = 140+80+85=305 (40% of max value = 765). Red value is 140 (55.08% from 255 or 45.90% from 305); Green value is 80 (31.64% from 255 or 26.23% from 305); Blue value is 85 (33.59% from 255 or 27.87% from 305); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5055 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C5055 is #73AFAA. Grayscale: #626262. Windows color (decimal): -7581611 or 5591180. OLE color: 5591180.

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

Color convert

RGB1408085-
CMYK00.430.390.45
HSL355º27.27%43.14%-
HSV(B)355º42.86%54.9%-
XYZ15.3211.9710.1-
YUV98.51120.38157.59-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 45.90%
GREEN value IS 80 (31.64% from 255) = 26.23%
BLUE value IS 85 (33.59% from 255) = 27.87%
R=45.90%
G=26.23%
B=27.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.39
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140808500.430.390.4535527.2743.14
Hex8C505502B272D1631b2b
Octal21412012505347555433353
Binary1000110010100001010101010101110011110110110110001111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C5055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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