#9D5559

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

Shades of Hippie Pink #9D5559

Tints of Hippie Pink #9D5559

Color information

#9D5559 (or 0x9D5559) is unknown color: approx Hippie Pink. HEX triplet: 9D, 55 and 59. RGB value is (157,85,89). Sum of RGB (Red+Green+Blue) = 157+85+89=331 (43% of max value = 765). Red value is 157 (61.72% from 255 or 47.43% from 331); Green value is 85 (33.59% from 255 or 25.68% from 331); Blue value is 89 (35.16% from 255 or 26.89% from 331); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5559 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D5559 is #62AAA6. Grayscale: #6B6B6B. Windows color (decimal): -6466215 or 5854621. OLE color: 5854621.

HSL color Cylindrical-coordinate representation of color #9D5559: hue angle of 356.67º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9D5559 is Cyan = 0, Magento = 0.46, Yellow = 0.43 and Black (K on CMYK) = 0.38.

Color convert

RGB1578589-
CMYK00.460.430.38
HSL356.67º29.75%47.45%-
HSV(B)356.67º45.86%61.57%-
XYZ18.9614.3911.23-
YUV106.98117.85163.67-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 47.43%
GREEN value IS 85 (33.59% from 255) = 25.68%
BLUE value IS 89 (35.16% from 255) = 26.89%
R=47.43%
G=25.68%
B=26.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.43
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157858900.460.430.38356.6729.7547.45
Hex9D555902E2B261651e2f
Octal23512513105653465453657
Binary1001110110101011011001010111010101110011010110010111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D5559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,85,89); }

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

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

 a { background-color: rgb(157,85,89); }

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

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

 span { border-color: rgb(157,85,89); }

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