#9C4D52

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

Shades of Hippie Pink #9C4D52

Tints of Hippie Pink #9C4D52

Color information

#9C4D52 (or 0x9C4D52) is unknown color: approx Hippie Pink. HEX triplet: 9C, 4D and 52. RGB value is (156,77,82). Sum of RGB (Red+Green+Blue) = 156+77+82=315 (41% of max value = 765). Red value is 156 (61.33% from 255 or 49.52% from 315); Green value is 77 (30.47% from 255 or 24.44% from 315); Blue value is 82 (32.42% from 255 or 26.03% from 315); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4D52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C4D52 is #63B2AD. Grayscale: #656565. Windows color (decimal): -6533806 or 5393820. OLE color: 5393820.

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

Color convert

RGB1567782-
CMYK00.510.470.39
HSL356.2º33.91%45.69%-
HSV(B)356.2º50.64%61.18%-
XYZ17.8912.989.55-
YUV101.19117.17167.09-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 49.52%
GREEN value IS 77 (30.47% from 255) = 24.44%
BLUE value IS 82 (32.42% from 255) = 26.03%
R=49.52%
G=24.44%
B=26.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.47
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156778200.510.470.39356.233.9145.69
Hex9C4D520332F27164222e
Octal23411512206357475444256
Binary10011100100110110100100110011101111100111101100100100010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C4D52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,77,82); }

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

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

 a { background-color: rgb(156,77,82); }

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

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

 span { border-color: rgb(156,77,82); }

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