#9F5657

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

Shades of Hippie Pink #9F5657

Tints of Hippie Pink #9F5657

Color information

#9F5657 (or 0x9F5657) is unknown color: approx Hippie Pink. HEX triplet: 9F, 56 and 57. RGB value is (159,86,87). Sum of RGB (Red+Green+Blue) = 159+86+87=332 (43% of max value = 765). Red value is 159 (62.5% from 255 or 47.89% from 332); Green value is 86 (33.98% from 255 or 25.90% from 332); Blue value is 87 (34.38% from 255 or 26.20% from 332); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5657 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F5657 is #60A9A8. Grayscale: #6C6C6C. Windows color (decimal): -6334889 or 5723807. OLE color: 5723807.

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

Color convert

RGB1598687-
CMYK00.460.450.38
HSL359.18º29.8%48.04%-
HSV(B)359.18º45.91%62.35%-
XYZ19.3514.7110.84-
YUV107.94116.18164.42-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 47.89%
GREEN value IS 86 (33.98% from 255) = 25.90%
BLUE value IS 87 (34.38% from 255) = 26.20%
R=47.89%
G=25.90%
B=26.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.45
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159868700.460.450.38359.1829.848.04
Hex9F565702E2D261671e30
Octal23712612705655465473660
Binary1001111110101101010111010111010110110011010110011111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F5657

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,86,87); }

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

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

 a { background-color: rgb(159,86,87); }

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

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

 span { border-color: rgb(159,86,87); }

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