Html Css Color HEX #9F555A Hippie Pink

📋 copy color: '#9F555A'

red 159 ◦ green 85 ◦ blue 90

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

Shades of Hippie Pink #9F555A

Tints of Hippie Pink #9F555A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 26.95%

R = 47.6%
G = 25.45%
B = 26.95%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.43

 K value IS 0.38

RGB Variations

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

Color information

#9F555A (or 0x9F555A) is known color: Hippie Pink. HEX triplet: 9F, 55 and 5A. RGB value is (159,85,90). Sum of RGB (Red+Green+Blue) = 159+85+90=334 (44% of max value = 765). Red value is 159 (62.5% from 255 or 47.60% from 334); Green value is 85 (33.59% from 255 or 25.45% from 334); Blue value is 90 (35.55% from 255 or 26.95% from 334); Max value from RGB is 159 - color contains mainly: red. Hex color #9F555A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F555A is #60AAA5. Grayscale: #6B6B6B. Windows color (decimal): -6335142 or 5920159. OLE color: 5920159.

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

Color convert

RGB 159 85 90 -
CMYK 0 0.47 0.43 0.38
HSL 355.95º 0.3% 0.48% -
HSV(B) 355.95º 0.47% 0.62% -
XYZ 19.39 14.61 11.47 -
YUV 107.7 118.02 164.59 -
System Red Green Blue C M Y K H S L
Decimal 159 85 90 0 0.47 0.43 0.38 355.95 0.3 0.48
Hex 9F 55 5A 0 2F 2B 26 164 1E 30
Octal 237 125 132 0 57 53 46 544 36 60
Binary 10011111 1010101 1011010 0 101111 101011 100110 101100100 11110 110000

Color Harmonies of #9F555A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F555A

Black with #9F555A

Text Example


Text Example

White with #9F555A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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