#8C464F

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

Shades of Solid Pink #8C464F

Tints of Solid Pink #8C464F

Color information

#8C464F (or 0x8C464F) is unknown color: approx Solid Pink. HEX triplet: 8C, 46 and 4F. RGB value is (140,70,79). Sum of RGB (Red+Green+Blue) = 140+70+79=289 (38% of max value = 765). Red value is 140 (55.08% from 255 or 48.44% from 289); Green value is 70 (27.73% from 255 or 24.22% from 289); Blue value is 79 (31.25% from 255 or 27.34% from 289); Max value from RGB is 140 - color contains mainly: red. Hex color #8C464F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C464F is #73B9B0. Grayscale: #5B5B5B. Windows color (decimal): -7584177 or 5195404. OLE color: 5195404.

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

Color convert

RGB1407079-
CMYK00.500.440.45
HSL352.29º33.33%41.18%-
HSV(B)352.29º50%54.9%-
XYZ14.4210.528.67-
YUV91.96120.69162.27-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 48.44%
GREEN value IS 70 (27.73% from 255) = 24.22%
BLUE value IS 79 (31.25% from 255) = 27.34%
R=48.44%
G=24.22%
B=27.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.44
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140707900.500.440.45352.2933.3341.18
Hex8C464F0322C2D1602129
Octal21410611706254555404151
Binary10001100100011010011110110010101100101101101100000100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C464F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,70,79); }

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

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

 a { background-color: rgb(140,70,79); }

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

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

 span { border-color: rgb(140,70,79); }

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