#9D4E56

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

Shades of Hippie Pink #9D4E56

Tints of Hippie Pink #9D4E56

Color information

#9D4E56 (or 0x9D4E56) is unknown color: approx Hippie Pink. HEX triplet: 9D, 4E and 56. RGB value is (157,78,86). Sum of RGB (Red+Green+Blue) = 157+78+86=321 (42% of max value = 765). Red value is 157 (61.72% from 255 or 48.91% from 321); Green value is 78 (30.86% from 255 or 24.30% from 321); Blue value is 86 (33.98% from 255 or 26.79% from 321); Max value from RGB is 157 - color contains mainly: red. Hex color #9D4E56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D4E56 is #62B1A9. Grayscale: #666666. Windows color (decimal): -6468010 or 5656221. OLE color: 5656221.

HSL color Cylindrical-coordinate representation of color #9D4E56: hue angle of 353.92º 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 #9D4E56 is Cyan = 0, Magento = 0.50, Yellow = 0.45 and Black (K on CMYK) = 0.38.

Color convert

RGB1577886-
CMYK00.500.450.38
HSL353.92º33.62%46.08%-
HSV(B)353.92º50.32%61.57%-
XYZ18.3113.2910.4-
YUV102.53118.67166.85-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 48.91%
GREEN value IS 78 (30.86% from 255) = 24.30%
BLUE value IS 86 (33.98% from 255) = 26.79%
R=48.91%
G=24.30%
B=26.79%

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
Decimal157788600.500.450.38353.9233.6246.08
Hex9D4E560322D26162222e
Octal23511612606255465424256
Binary10011101100111010101100110010101101100110101100010100010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D4E56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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