#864C56

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

Shades of Solid Pink #864C56

Tints of Solid Pink #864C56

Color information

#864C56 (or 0x864C56) is unknown color: approx Solid Pink. HEX triplet: 86, 4C and 56. RGB value is (134,76,86). Sum of RGB (Red+Green+Blue) = 134+76+86=296 (39% of max value = 765). Red value is 134 (52.73% from 255 or 45.27% from 296); Green value is 76 (30.08% from 255 or 25.68% from 296); Blue value is 86 (33.98% from 255 or 29.05% from 296); Max value from RGB is 134 - color contains mainly: red. Hex color #864C56 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #864C56 is #79B3A9. Grayscale: #5E5E5E. Windows color (decimal): -7975850 or 5655686. OLE color: 5655686.

HSL color Cylindrical-coordinate representation of color #864C56: hue angle of 349.66º degrees, saturation: 0.28, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #864C56 is Cyan = 0, Magento = 0.43, Yellow = 0.36 and Black (K on CMYK) = 0.47.

Color convert

RGB1347686-
CMYK00.430.360.47
HSL349.66º27.62%41.18%-
HSV(B)349.66º43.28%52.55%-
XYZ14.110.9110.17-
YUV94.48123.22156.19-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 45.27%
GREEN value IS 76 (30.08% from 255) = 25.68%
BLUE value IS 86 (33.98% from 255) = 29.05%
R=45.27%
G=25.68%
B=29.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.36
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134768600.430.360.47349.6627.6241.18
Hex864C5602B242F15e1c29
Octal20611412605344575363451
Binary1000011010011001010110010101110010010111110101111011100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864C56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #864C56; }

 p { color: rgb(134,76,86); }

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

<style>
 a { background-color: #864C56; }

 a { background-color: rgb(134,76,86); }

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

<style>
 span { border-color: #864C56; }

 span { border-color: rgb(134,76,86); }

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