#9F5A5C

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

Shades of Hippie Pink #9F5A5C

Tints of Hippie Pink #9F5A5C

Color information

#9F5A5C (or 0x9F5A5C) is unknown color: approx Hippie Pink. HEX triplet: 9F, 5A and 5C. RGB value is (159,90,92). Sum of RGB (Red+Green+Blue) = 159+90+92=341 (45% of max value = 765). Red value is 159 (62.5% from 255 or 46.63% from 341); Green value is 90 (35.55% from 255 or 26.39% from 341); Blue value is 92 (36.33% from 255 or 26.98% from 341); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5A5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F5A5C is #60A5A3. Grayscale: #6E6E6E. Windows color (decimal): -6333860 or 6052511. OLE color: 6052511.

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

Color convert

RGB1599092-
CMYK00.430.420.38
HSL358.26º27.71%48.82%-
HSV(B)358.26º43.4%62.35%-
XYZ19.8915.4612.06-
YUV110.86117.36162.34-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 46.63%
GREEN value IS 90 (35.55% from 255) = 26.39%
BLUE value IS 92 (36.33% from 255) = 26.98%
R=46.63%
G=26.39%
B=26.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.42
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159909200.430.420.38358.2627.7148.82
Hex9F5A5C02B2A261661c31
Octal23713213405352465463461
Binary1001111110110101011100010101110101010011010110011011100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F5A5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,90,92); }

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

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

 a { background-color: rgb(159,90,92); }

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

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

 span { border-color: rgb(159,90,92); }

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