#9C4F57

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

Shades of Hippie Pink #9C4F57

Tints of Hippie Pink #9C4F57

Color information

#9C4F57 (or 0x9C4F57) is unknown color: approx Hippie Pink. HEX triplet: 9C, 4F and 57. RGB value is (156,79,87). Sum of RGB (Red+Green+Blue) = 156+79+87=322 (42% of max value = 765). Red value is 156 (61.33% from 255 or 48.45% from 322); Green value is 79 (31.25% from 255 or 24.53% from 322); Blue value is 87 (34.38% from 255 or 27.02% from 322); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4F57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C4F57 is #63B0A8. Grayscale: #666666. Windows color (decimal): -6533289 or 5722012. OLE color: 5722012.

HSL color Cylindrical-coordinate representation of color #9C4F57: hue angle of 353.77º degrees, saturation: 0.33, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9C4F57 is Cyan = 0, Magento = 0.49, Yellow = 0.44 and Black (K on CMYK) = 0.39.

Color convert

RGB1567987-
CMYK00.490.440.39
HSL353.77º32.77%46.08%-
HSV(B)353.77º49.36%61.18%-
XYZ18.2313.3510.63-
YUV102.94119.01165.85-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 48.45%
GREEN value IS 79 (31.25% from 255) = 24.53%
BLUE value IS 87 (34.38% from 255) = 27.02%
R=48.45%
G=24.53%
B=27.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.44
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156798700.490.440.39353.7732.7746.08
Hex9C4F570312C27162212e
Octal23411712706154475424156
Binary10011100100111110101110110001101100100111101100010100001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C4F57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,79,87); }

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

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

 a { background-color: rgb(156,79,87); }

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

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

 span { border-color: rgb(156,79,87); }

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