#9D4E57

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

Shades of Hippie Pink #9D4E57

Tints of Hippie Pink #9D4E57

Color information

#9D4E57 (or 0x9D4E57) is unknown color: approx Hippie Pink. HEX triplet: 9D, 4E and 57. RGB value is (157,78,87). Sum of RGB (Red+Green+Blue) = 157+78+87=322 (42% of max value = 765). Red value is 157 (61.72% from 255 or 48.76% from 322); Green value is 78 (30.86% from 255 or 24.22% from 322); Blue value is 87 (34.38% from 255 or 27.02% from 322); Max value from RGB is 157 - color contains mainly: red. Hex color #9D4E57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D4E57 is #62B1A8. Grayscale: #666666. Windows color (decimal): -6468009 or 5721757. OLE color: 5721757.

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

Color convert

RGB1577887-
CMYK00.500.450.38
HSL353.16º33.62%46.08%-
HSV(B)353.16º50.32%61.57%-
XYZ18.3513.310.62-
YUV102.65119.17166.77-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 48.76%
GREEN value IS 78 (30.86% from 255) = 24.22%
BLUE value IS 87 (34.38% from 255) = 27.02%
R=48.76%
G=24.22%
B=27.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.45
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157788700.500.450.38353.1633.6246.08
Hex9D4E570322D26161222e
Octal23511612706255465414256
Binary10011101100111010101110110010101101100110101100001100010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D4E57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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