Html Css Color HEX #9F555C Hippie Pink

📋 copy color: '#9F555C'

red 159 ◦ green 85 ◦ blue 92

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

Shades of Hippie Pink #9F555C

Tints of Hippie Pink #9F555C

RGB

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

 GREEN value IS 85 (33.59% from 255) = 25.3%

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

R = 47.32%
G = 25.3%
B = 27.38%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.42

 K value IS 0.38

RGB Variations

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

Color information

#9F555C (or 0x9F555C) is known color: Hippie Pink. HEX triplet: 9F, 55 and 5C. RGB value is (159,85,92). Sum of RGB (Red+Green+Blue) = 159+85+92=336 (44% of max value = 765). Red value is 159 (62.5% from 255 or 47.32% from 336); Green value is 85 (33.59% from 255 or 25.30% from 336); Blue value is 92 (36.33% from 255 or 27.38% from 336); Max value from RGB is 159 - color contains mainly: red. Hex color #9F555C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F555C is #60AAA3. Grayscale: #6B6B6B. Windows color (decimal): -6335140 or 6051231. OLE color: 6051231.

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

Color convert

RGB 159 85 92 -
CMYK 0 0.47 0.42 0.38
HSL 354.32º 0.3% 0.48% -
HSV(B) 354.32º 0.47% 0.62% -
XYZ 19.48 14.64 11.92 -
YUV 107.92 119.02 164.43 -
System Red Green Blue C M Y K H S L
Decimal 159 85 92 0 0.47 0.42 0.38 354.32 0.3 0.48
Hex 9F 55 5C 0 2F 2A 26 162 1E 30
Octal 237 125 134 0 57 52 46 542 36 60
Binary 10011111 1010101 1011100 0 101111 101010 100110 101100010 11110 110000

Color Harmonies of #9F555C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F555C

Black with #9F555C

Text Example


Text Example

White with #9F555C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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