#9C5058

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

Shades of Hippie Pink #9C5058

Tints of Hippie Pink #9C5058

Color information

#9C5058 (or 0x9C5058) is unknown color: approx Hippie Pink. HEX triplet: 9C, 50 and 58. RGB value is (156,80,88). Sum of RGB (Red+Green+Blue) = 156+80+88=324 (42% of max value = 765). Red value is 156 (61.33% from 255 or 48.15% from 324); Green value is 80 (31.64% from 255 or 24.69% from 324); Blue value is 88 (34.77% from 255 or 27.16% from 324); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5058 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C5058 is #63AFA7. Grayscale: #676767. Windows color (decimal): -6533032 or 5787804. OLE color: 5787804.

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

Color convert

RGB1568088-
CMYK00.490.440.39
HSL353.68º32.2%46.27%-
HSV(B)353.68º48.72%61.18%-
XYZ18.3413.5110.87-
YUV103.64119.18165.35-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 48.15%
GREEN value IS 80 (31.64% from 255) = 24.69%
BLUE value IS 88 (34.77% from 255) = 27.16%
R=48.15%
G=24.69%
B=27.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.44
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156808800.490.440.39353.6832.246.27
Hex9C50580312C27162202e
Octal23412013006154475424056
Binary10011100101000010110000110001101100100111101100010100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C5058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,80,88); }

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

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

 a { background-color: rgb(156,80,88); }

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

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

 span { border-color: rgb(156,80,88); }

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