#9B5056

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

Shades of Hippie Pink #9B5056

Tints of Hippie Pink #9B5056

Color information

#9B5056 (or 0x9B5056) is unknown color: approx Hippie Pink. HEX triplet: 9B, 50 and 56. RGB value is (155,80,86). Sum of RGB (Red+Green+Blue) = 155+80+86=321 (42% of max value = 765). Red value is 155 (60.94% from 255 or 48.29% from 321); Green value is 80 (31.64% from 255 or 24.92% from 321); Blue value is 86 (33.98% from 255 or 26.79% from 321); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5056 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B5056 is #64AFA9. Grayscale: #676767. Windows color (decimal): -6598570 or 5656731. OLE color: 5656731.

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

Color convert

RGB1558086-
CMYK00.480.450.39
HSL355.2º31.91%46.08%-
HSV(B)355.2º48.39%60.78%-
XYZ18.0713.3810.43-
YUV103.11118.35165.01-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 48.29%
GREEN value IS 80 (31.64% from 255) = 24.92%
BLUE value IS 86 (33.98% from 255) = 26.79%
R=48.29%
G=24.92%
B=26.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.45
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155808600.480.450.39355.231.9146.08
Hex9B50560302D27163202e
Octal23312012606055475434056
Binary10011011101000010101100110000101101100111101100011100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B5056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,80,86); }

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

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

 a { background-color: rgb(155,80,86); }

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

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

 span { border-color: rgb(155,80,86); }

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