#9C4B57

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

Shades of Hippie Pink #9C4B57

Tints of Hippie Pink #9C4B57

Color information

#9C4B57 (or 0x9C4B57) is unknown color: approx Hippie Pink. HEX triplet: 9C, 4B and 57. RGB value is (156,75,87). Sum of RGB (Red+Green+Blue) = 156+75+87=318 (42% of max value = 765). Red value is 156 (61.33% from 255 or 49.06% from 318); Green value is 75 (29.69% from 255 or 23.58% from 318); Blue value is 87 (34.38% from 255 or 27.36% from 318); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4B57 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C4B57 is #63B4A8. Grayscale: #646464. Windows color (decimal): -6534313 or 5720988. OLE color: 5720988.

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

Color convert

RGB1567587-
CMYK00.520.440.39
HSL351.11º35.06%45.29%-
HSV(B)351.11º51.92%61.18%-
XYZ17.9512.7910.54-
YUV100.59120.34167.52-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 49.06%
GREEN value IS 75 (29.69% from 255) = 23.58%
BLUE value IS 87 (34.38% from 255) = 27.36%
R=49.06%
G=23.58%
B=27.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.44
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156758700.520.440.39351.1135.0645.29
Hex9C4B570342C2715f232d
Octal23411312706454475374355
Binary10011100100101110101110110100101100100111101011111100011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C4B57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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