#9D5658

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

Shades of Hippie Pink #9D5658

Tints of Hippie Pink #9D5658

Color information

#9D5658 (or 0x9D5658) is unknown color: approx Hippie Pink. HEX triplet: 9D, 56 and 58. RGB value is (157,86,88). Sum of RGB (Red+Green+Blue) = 157+86+88=331 (43% of max value = 765). Red value is 157 (61.72% from 255 or 47.43% from 331); Green value is 86 (33.98% from 255 or 25.98% from 331); Blue value is 88 (34.77% from 255 or 26.59% from 331); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5658 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D5658 is #62A9A7. Grayscale: #6B6B6B. Windows color (decimal): -6465960 or 5789341. OLE color: 5789341.

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

Color convert

RGB1578688-
CMYK00.450.440.38
HSL358.31º29.22%47.65%-
HSV(B)358.31º45.22%61.57%-
XYZ18.9914.5311.04-
YUV107.46117.02163.34-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 47.43%
GREEN value IS 86 (33.98% from 255) = 25.98%
BLUE value IS 88 (34.77% from 255) = 26.59%
R=47.43%
G=25.98%
B=26.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.44
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157868800.450.440.38358.3129.2247.65
Hex9D565802D2C261661d30
Octal23512613005554465463560
Binary1001110110101101011000010110110110010011010110011011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D5658

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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