#9C4E54

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

Shades of Hippie Pink #9C4E54

Tints of Hippie Pink #9C4E54

Color information

#9C4E54 (or 0x9C4E54) is unknown color: approx Hippie Pink. HEX triplet: 9C, 4E and 54. RGB value is (156,78,84). Sum of RGB (Red+Green+Blue) = 156+78+84=318 (42% of max value = 765). Red value is 156 (61.33% from 255 or 49.06% from 318); Green value is 78 (30.86% from 255 or 24.53% from 318); Blue value is 84 (33.20% from 255 or 26.42% from 318); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4E54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C4E54 is #63B1AB. Grayscale: #666666. Windows color (decimal): -6533548 or 5525148. OLE color: 5525148.

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

Color convert

RGB1567884-
CMYK00.50.460.39
HSL355.38º33.33%45.88%-
HSV(B)355.38º50%61.18%-
XYZ18.0313.169.98-
YUV102.01117.84166.51-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 49.06%
GREEN value IS 78 (30.86% from 255) = 24.53%
BLUE value IS 84 (33.20% from 255) = 26.42%
R=49.06%
G=24.53%
B=26.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.46
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156788400.50.460.39355.3833.3345.88
Hex9C4E540322E27163212e
Octal23411612406256475434156
Binary10011100100111010101000110010101110100111101100011100001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C4E54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,78,84); }

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

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

 a { background-color: rgb(156,78,84); }

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

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

 span { border-color: rgb(156,78,84); }

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