Html Css Color HEX #9F5758 Hippie Pink

📋 copy color: '#9F5758'

red 159 ◦ green 87 ◦ blue 88

#9F5758
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hippie Pink #9F5758

Tints of Hippie Pink #9F5758

RGB

 RED value IS 159 (62.5% from 255) = 47.6%

 GREEN value IS 87 (34.38% from 255) = 26.05%

 BLUE value IS 88 (34.77% from 255) = 26.35%

R = 47.6%
G = 26.05%
B = 26.35%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.45

 K value IS 0.38

RGB Variations

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

Color information

#9F5758 (or 0x9F5758) is known color: Hippie Pink. HEX triplet: 9F, 57 and 58. RGB value is (159,87,88). Sum of RGB (Red+Green+Blue) = 159+87+88=334 (44% of max value = 765). Red value is 159 (62.5% from 255 or 47.60% from 334); Green value is 87 (34.38% from 255 or 26.05% from 334); Blue value is 88 (34.77% from 255 or 26.35% from 334); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5758 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F5758 is #60A8A7. Grayscale: #6C6C6C. Windows color (decimal): -6334632 or 5789599. OLE color: 5789599.

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

Color convert

RGB 159 87 88 -
CMYK 0 0.45 0.45 0.38
HSL 359.17º 0.29% 0.48% -
HSV(B) 359.17º 0.45% 0.62% -
XYZ 19.47 14.89 11.08 -
YUV 108.64 116.35 163.92 -
System Red Green Blue C M Y K H S L
Decimal 159 87 88 0 0.45 0.45 0.38 359.17 0.29 0.48
Hex 9F 57 58 0 2D 2D 26 167 1D 30
Octal 237 127 130 0 55 55 46 547 35 60
Binary 10011111 1010111 1011000 0 101101 101101 100110 101100111 11101 110000

Color Harmonies of #9F5758

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F5758

Black with #9F5758

Text Example


Text Example

White with #9F5758

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9F5758;
 }
 .AnyTagClassName
 {
   color: #9F5758;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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