Html Css Color HEX #9F575C Hippie Pink

📋 copy color: '#9F575C'

red 159 ◦ green 87 ◦ blue 92

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

Shades of Hippie Pink #9F575C

Tints of Hippie Pink #9F575C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 27.22%

R = 47.04%
G = 25.74%
B = 27.22%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.42

 K value IS 0.38

RGB Variations

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

Color information

#9F575C (or 0x9F575C) is known color: Hippie Pink. HEX triplet: 9F, 57 and 5C. RGB value is (159,87,92). Sum of RGB (Red+Green+Blue) = 159+87+92=338 (44% of max value = 765). Red value is 159 (62.5% from 255 or 47.04% from 338); Green value is 87 (34.38% from 255 or 25.74% from 338); Blue value is 92 (36.33% from 255 or 27.22% from 338); Max value from RGB is 159 - color contains mainly: red. Hex color #9F575C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F575C is #60A8A3. Grayscale: #6D6D6D. Windows color (decimal): -6334628 or 6051743. OLE color: 6051743.

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

Color convert

RGB 159 87 92 -
CMYK 0 0.45 0.42 0.38
HSL 355.83º 0.29% 0.48% -
HSV(B) 355.83º 0.45% 0.62% -
XYZ 19.64 14.96 11.98 -
YUV 109.1 118.35 163.59 -
System Red Green Blue C M Y K H S L
Decimal 159 87 92 0 0.45 0.42 0.38 355.83 0.29 0.48
Hex 9F 57 5C 0 2D 2A 26 164 1D 30
Octal 237 127 134 0 55 52 46 544 35 60
Binary 10011111 1010111 1011100 0 101101 101010 100110 101100100 11101 110000

Color Harmonies of #9F575C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F575C

Black with #9F575C

Text Example


Text Example

White with #9F575C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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