#9C5355

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

Shades of Hippie Pink #9C5355

Tints of Hippie Pink #9C5355

Color information

#9C5355 (or 0x9C5355) is unknown color: approx Hippie Pink. HEX triplet: 9C, 53 and 55. RGB value is (156,83,85). Sum of RGB (Red+Green+Blue) = 156+83+85=324 (42% of max value = 765). Red value is 156 (61.33% from 255 or 48.15% from 324); Green value is 83 (32.81% from 255 or 25.62% from 324); Blue value is 85 (33.59% from 255 or 26.23% from 324); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5355 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C5355 is #63ACAA. Grayscale: #696969. Windows color (decimal): -6532267 or 5591964. OLE color: 5591964.

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

Color convert

RGB1568385-
CMYK00.470.460.39
HSL358.36º30.54%46.86%-
HSV(B)358.36º46.79%61.18%-
XYZ18.4413.9110.31-
YUV105.06116.68164.34-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 48.15%
GREEN value IS 83 (32.81% from 255) = 25.62%
BLUE value IS 85 (33.59% from 255) = 26.23%
R=48.15%
G=25.62%
B=26.23%

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
Decimal156838500.470.460.39358.3630.5446.86
Hex9C535502F2E271661f2f
Octal23412312505756475463757
Binary1001110010100111010101010111110111010011110110011011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C5355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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