#9C5558

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

Shades of Hippie Pink #9C5558

Tints of Hippie Pink #9C5558

Color information

#9C5558 (or 0x9C5558) is unknown color: approx Hippie Pink. HEX triplet: 9C, 55 and 58. RGB value is (156,85,88). Sum of RGB (Red+Green+Blue) = 156+85+88=329 (43% of max value = 765). Red value is 156 (61.33% from 255 or 47.42% from 329); Green value is 85 (33.59% from 255 or 25.84% from 329); Blue value is 88 (34.77% from 255 or 26.75% from 329); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5558 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C5558 is #63AAA7. Grayscale: #6A6A6A. Windows color (decimal): -6531752 or 5789084. OLE color: 5789084.

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

Color convert

RGB1568588-
CMYK00.460.440.39
HSL357.46º29.46%47.25%-
HSV(B)357.46º45.51%61.18%-
XYZ18.7214.2711-
YUV106.57117.52163.26-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 47.42%
GREEN value IS 85 (33.59% from 255) = 25.84%
BLUE value IS 88 (34.77% from 255) = 26.75%
R=47.42%
G=25.84%
B=26.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.44
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156858800.460.440.39357.4629.4647.25
Hex9C555802E2C271651d2f
Octal23412513005654475453557
Binary1001110010101011011000010111010110010011110110010111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C5558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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