#9D5058

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

Shades of Hippie Pink #9D5058

Tints of Hippie Pink #9D5058

Color information

#9D5058 (or 0x9D5058) is unknown color: approx Hippie Pink. HEX triplet: 9D, 50 and 58. RGB value is (157,80,88). Sum of RGB (Red+Green+Blue) = 157+80+88=325 (43% of max value = 765). Red value is 157 (61.72% from 255 or 48.31% from 325); Green value is 80 (31.64% from 255 or 24.62% from 325); Blue value is 88 (34.77% from 255 or 27.08% from 325); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5058 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D5058 is #62AFA7. Grayscale: #676767. Windows color (decimal): -6467496 or 5787805. OLE color: 5787805.

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

Color convert

RGB1578088-
CMYK00.490.440.38
HSL353.77º32.49%46.47%-
HSV(B)353.77º49.04%61.57%-
XYZ18.5313.6110.88-
YUV103.93119.01165.85-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 48.31%
GREEN value IS 80 (31.64% from 255) = 24.62%
BLUE value IS 88 (34.77% from 255) = 27.08%
R=48.31%
G=24.62%
B=27.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.44
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157808800.490.440.38353.7732.4946.47
Hex9D50580312C26162202e
Octal23512013006154465424056
Binary10011101101000010110000110001101100100110101100010100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D5058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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