#9C5053

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

Shades of Hippie Pink #9C5053

Tints of Hippie Pink #9C5053

Color information

#9C5053 (or 0x9C5053) is unknown color: approx Hippie Pink. HEX triplet: 9C, 50 and 53. RGB value is (156,80,83). Sum of RGB (Red+Green+Blue) = 156+80+83=319 (42% of max value = 765). Red value is 156 (61.33% from 255 or 48.90% from 319); Green value is 80 (31.64% from 255 or 25.08% from 319); Blue value is 83 (32.81% from 255 or 26.02% from 319); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5053 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C5053 is #63AFAC. Grayscale: #676767. Windows color (decimal): -6533037 or 5460124. OLE color: 5460124.

HSL color Cylindrical-coordinate representation of color #9C5053: hue angle of 357.63º degrees, saturation: 0.32, 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 #9C5053 is Cyan = 0, Magento = 0.49, Yellow = 0.47 and Black (K on CMYK) = 0.39.

Color convert

RGB1568083-
CMYK00.490.470.39
HSL357.63º32.2%46.27%-
HSV(B)357.63º48.72%61.18%-
XYZ18.1413.439.82-
YUV103.07116.68165.76-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 48.90%
GREEN value IS 80 (31.64% from 255) = 25.08%
BLUE value IS 83 (32.81% from 255) = 26.02%
R=48.90%
G=25.08%
B=26.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.47
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156808300.490.470.39357.6332.246.27
Hex9C50530312F27166202e
Octal23412012306157475464056
Binary10011100101000010100110110001101111100111101100110100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C5053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,80,83); }

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

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

 a { background-color: rgb(156,80,83); }

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

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

 span { border-color: rgb(156,80,83); }

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