#9C5354

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

Shades of Hippie Pink #9C5354

Tints of Hippie Pink #9C5354

Color information

#9C5354 (or 0x9C5354) is unknown color: approx Hippie Pink. HEX triplet: 9C, 53 and 54. RGB value is (156,83,84). Sum of RGB (Red+Green+Blue) = 156+83+84=323 (42% of max value = 765). Red value is 156 (61.33% from 255 or 48.30% from 323); Green value is 83 (32.81% from 255 or 25.70% from 323); Blue value is 84 (33.20% from 255 or 26.01% from 323); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5354 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C5354 is #63ACAB. Grayscale: #696969. Windows color (decimal): -6532268 or 5526428. OLE color: 5526428.

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

Color convert

RGB1568384-
CMYK00.470.460.39
HSL359.18º30.54%46.86%-
HSV(B)359.18º46.79%61.18%-
XYZ18.413.8910.1-
YUV104.94116.18164.42-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 48.30%
GREEN value IS 83 (32.81% from 255) = 25.70%
BLUE value IS 84 (33.20% from 255) = 26.01%
R=48.30%
G=25.70%
B=26.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.46
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156838400.470.460.39359.1830.5446.86
Hex9C535402F2E271671f2f
Octal23412312405756475473757
Binary1001110010100111010100010111110111010011110110011111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C5354

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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