#9F4E57

Color #9F4E57 Hippie Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hippie Pink #9F4E57

Tints of Hippie Pink #9F4E57

Color information

#9F4E57 (or 0x9F4E57) is unknown color: approx Hippie Pink. HEX triplet: 9F, 4E and 57. RGB value is (159,78,87). Sum of RGB (Red+Green+Blue) = 159+78+87=324 (42% of max value = 765). Red value is 159 (62.5% from 255 or 49.07% from 324); Green value is 78 (30.86% from 255 or 24.07% from 324); Blue value is 87 (34.38% from 255 or 26.85% from 324); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4E57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F4E57 is #60B1A8. Grayscale: #676767. Windows color (decimal): -6336937 or 5721759. OLE color: 5721759.

HSL color Cylindrical-coordinate representation of color #9F4E57: hue angle of 353.33º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9F4E57 is Cyan = 0, Magento = 0.51, Yellow = 0.45 and Black (K on CMYK) = 0.38.

Color convert

RGB1597887-
CMYK00.510.450.38
HSL353.33º34.18%46.47%-
HSV(B)353.33º50.94%62.35%-
XYZ18.7413.5110.64-
YUV103.24118.84167.77-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 49.07%
GREEN value IS 78 (30.86% from 255) = 24.07%
BLUE value IS 87 (34.38% from 255) = 26.85%
R=49.07%
G=24.07%
B=26.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.45
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159788700.510.450.38353.3334.1846.47
Hex9F4E570332D26161222e
Octal23711612706355465414256
Binary10011111100111010101110110011101101100110101100001100010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F4E57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9F4E57; }

 p { color: rgb(159,78,87); }

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

<style>
 a { background-color: #9F4E57; }

 a { background-color: rgb(159,78,87); }

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

<style>
 span { border-color: #9F4E57; }

 span { border-color: rgb(159,78,87); }

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