#9E565B

Color #9E565B Hippie Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hippie Pink #9E565B

Tints of Hippie Pink #9E565B

Color information

#9E565B (or 0x9E565B) is unknown color: approx Hippie Pink. HEX triplet: 9E, 56 and 5B. RGB value is (158,86,91). Sum of RGB (Red+Green+Blue) = 158+86+91=335 (44% of max value = 765). Red value is 158 (62.11% from 255 or 47.16% from 335); Green value is 86 (33.98% from 255 or 25.67% from 335); Blue value is 91 (35.94% from 255 or 27.16% from 335); Max value from RGB is 158 - color contains mainly: red. Hex color #9E565B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E565B is #61A9A4. Grayscale: #6C6C6C. Windows color (decimal): -6400421 or 5985950. OLE color: 5985950.

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

Color convert

RGB1588691-
CMYK00.460.420.38
HSL355.83º29.51%47.84%-
HSV(B)355.83º45.57%61.96%-
XYZ19.3214.6811.71-
YUV108.1118.35163.59-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 47.16%
GREEN value IS 86 (33.98% from 255) = 25.67%
BLUE value IS 91 (35.94% from 255) = 27.16%
R=47.16%
G=25.67%
B=27.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.42
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158869100.460.420.38355.8329.5147.84
Hex9E565B02E2A261641e30
Octal23612613305652465443660
Binary1001111010101101011011010111010101010011010110010011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E565B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,86,91); }

 H1.HeaderClassName
 {
   color: #9E565B;
 }
 .AnyTagClassName
 {
   color: #9E565B;
 }
</style>
background-color css

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

 a { background-color: rgb(158,86,91); }

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

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

 span { border-color: rgb(158,86,91); }

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