#9C5357

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

Shades of Hippie Pink #9C5357

Tints of Hippie Pink #9C5357

Color information

#9C5357 (or 0x9C5357) is unknown color: approx Hippie Pink. HEX triplet: 9C, 53 and 57. RGB value is (156,83,87). Sum of RGB (Red+Green+Blue) = 156+83+87=326 (43% of max value = 765). Red value is 156 (61.33% from 255 or 47.85% from 326); Green value is 83 (32.81% from 255 or 25.46% from 326); Blue value is 87 (34.38% from 255 or 26.69% from 326); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5357 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C5357 is #63ACA8. Grayscale: #696969. Windows color (decimal): -6532265 or 5723036. OLE color: 5723036.

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

Color convert

RGB1568387-
CMYK00.470.440.39
HSL356.71º30.54%46.86%-
HSV(B)356.71º46.79%61.18%-
XYZ18.5213.9410.73-
YUV105.28117.68164.17-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 47.85%
GREEN value IS 83 (32.81% from 255) = 25.46%
BLUE value IS 87 (34.38% from 255) = 26.69%
R=47.85%
G=25.46%
B=26.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.44
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156838700.470.440.39356.7130.5446.86
Hex9C535702F2C271651f2f
Octal23412312705754475453757
Binary1001110010100111010111010111110110010011110110010111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C5357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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