#9E5357

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

Shades of Hippie Pink #9E5357

Tints of Hippie Pink #9E5357

Color information

#9E5357 (or 0x9E5357) is unknown color: approx Hippie Pink. HEX triplet: 9E, 53 and 57. RGB value is (158,83,87). Sum of RGB (Red+Green+Blue) = 158+83+87=328 (43% of max value = 765). Red value is 158 (62.11% from 255 or 48.17% from 328); Green value is 83 (32.81% from 255 or 25.30% from 328); Blue value is 87 (34.38% from 255 or 26.52% from 328); Max value from RGB is 158 - color contains mainly: red. Hex color #9E5357 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E5357 is #61ACA8. Grayscale: #696969. Windows color (decimal): -6401193 or 5723038. OLE color: 5723038.

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

Color convert

RGB1588387-
CMYK00.470.450.38
HSL356.8º31.12%47.25%-
HSV(B)356.8º47.47%61.96%-
XYZ18.9114.1410.75-
YUV105.88117.35165.17-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 48.17%
GREEN value IS 83 (32.81% from 255) = 25.30%
BLUE value IS 87 (34.38% from 255) = 26.52%
R=48.17%
G=25.30%
B=26.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.45
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158838700.470.450.38356.831.1247.25
Hex9E535702F2D261651f2f
Octal23612312705755465453757
Binary1001111010100111010111010111110110110011010110010111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E5357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,83,87); }

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

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

 a { background-color: rgb(158,83,87); }

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

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

 span { border-color: rgb(158,83,87); }

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