#9D555A

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

Shades of Hippie Pink #9D555A

Tints of Hippie Pink #9D555A

Color information

#9D555A (or 0x9D555A) is unknown color: approx Hippie Pink. HEX triplet: 9D, 55 and 5A. RGB value is (157,85,90). Sum of RGB (Red+Green+Blue) = 157+85+90=332 (43% of max value = 765). Red value is 157 (61.72% from 255 or 47.29% from 332); Green value is 85 (33.59% from 255 or 25.60% from 332); Blue value is 90 (35.55% from 255 or 27.11% from 332); Max value from RGB is 157 - color contains mainly: red. Hex color #9D555A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D555A is #62AAA5. Grayscale: #6B6B6B. Windows color (decimal): -6466214 or 5920157. OLE color: 5920157.

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

Color convert

RGB1578590-
CMYK00.460.430.38
HSL355.83º29.75%47.45%-
HSV(B)355.83º45.86%61.57%-
XYZ1914.411.45-
YUV107.1118.35163.59-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 47.29%
GREEN value IS 85 (33.59% from 255) = 25.60%
BLUE value IS 90 (35.55% from 255) = 27.11%
R=47.29%
G=25.60%
B=27.11%

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
Decimal157859000.460.430.38355.8329.7547.45
Hex9D555A02E2B261641e2f
Octal23512513205653465443657
Binary1001110110101011011010010111010101110011010110010011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D555A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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