#9D5558

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

Shades of Hippie Pink #9D5558

Tints of Hippie Pink #9D5558

Color information

#9D5558 (or 0x9D5558) is unknown color: approx Hippie Pink. HEX triplet: 9D, 55 and 58. RGB value is (157,85,88). Sum of RGB (Red+Green+Blue) = 157+85+88=330 (43% of max value = 765). Red value is 157 (61.72% from 255 or 47.58% from 330); Green value is 85 (33.59% from 255 or 25.76% from 330); Blue value is 88 (34.77% from 255 or 26.67% from 330); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5558 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D5558 is #62AAA7. Grayscale: #6A6A6A. Windows color (decimal): -6466216 or 5789085. OLE color: 5789085.

HSL color Cylindrical-coordinate representation of color #9D5558: hue angle of 357.5º 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 #9D5558 is Cyan = 0, Magento = 0.46, Yellow = 0.44 and Black (K on CMYK) = 0.38.

Color convert

RGB1578588-
CMYK00.460.440.38
HSL357.5º29.75%47.45%-
HSV(B)357.5º45.86%61.57%-
XYZ18.9114.3711.01-
YUV106.87117.35163.76-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 47.58%
GREEN value IS 85 (33.59% from 255) = 25.76%
BLUE value IS 88 (34.77% from 255) = 26.67%
R=47.58%
G=25.76%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.44
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157858800.460.440.38357.529.7547.45
Hex9D555802E2C261661e2f
Octal23512513005654465463657
Binary1001110110101011011000010111010110010011010110011011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D5558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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