Html Css Color HEX #9E4C55 Hippie Pink

📋 copy color: '#9E4C55'

red 158 ◦ green 76 ◦ blue 85

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

Shades of Hippie Pink #9E4C55

Tints of Hippie Pink #9E4C55

RGB

 RED value IS 158 (62.11% from 255) = 49.53%

 GREEN value IS 76 (30.08% from 255) = 23.82%

 BLUE value IS 85 (33.59% from 255) = 26.65%

R = 49.53%
G = 23.82%
B = 26.65%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.46

 K value IS 0.38

RGB Variations

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

Color information

#9E4C55 (or 0x9E4C55) is known color: Hippie Pink. HEX triplet: 9E, 4C and 55. RGB value is (158,76,85). Sum of RGB (Red+Green+Blue) = 158+76+85=319 (42% of max value = 765). Red value is 158 (62.11% from 255 or 49.53% from 319); Green value is 76 (30.08% from 255 or 23.82% from 319); Blue value is 85 (33.59% from 255 or 26.65% from 319); Max value from RGB is 158 - color contains mainly: red. Hex color #9E4C55 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E4C55 is #61B3AA. Grayscale: #656565. Windows color (decimal): -6402987 or 5590174. OLE color: 5590174.

HSL color Cylindrical-coordinate representation of color #9E4C55: hue angle of 353.41º degrees, saturation: 0.35, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9E4C55 is Cyan = 0, Magento = 0.52, Yellow = 0.46 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 76 85 -
CMYK 0 0.52 0.46 0.38
HSL 353.41º 0.35% 0.46% -
HSV(B) 353.41º 0.52% 0.62% -
XYZ 18.32 13.09 10.16 -
YUV 101.54 118.67 168.27 -
System Red Green Blue C M Y K H S L
Decimal 158 76 85 0 0.52 0.46 0.38 353.41 0.35 0.46
Hex 9E 4C 55 0 34 2E 26 161 23 2E
Octal 236 114 125 0 64 56 46 541 43 56
Binary 10011110 1001100 1010101 0 110100 101110 100110 101100001 100011 101110

Color Harmonies of #9E4C55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E4C55

Black with #9E4C55

Text Example


Text Example

White with #9E4C55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,76,85); }

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

background-color css

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

 a { background-color: rgb(158,76,85); }

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

border-color css

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

 span { border-color: rgb(158,76,85); }

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