Shades of Hippie Pink #9C4D55
Tints of Hippie Pink #9C4D55
RGB
CMYK
RGB Variations
Color information
#9C4D55 (or 0x9C4D55) is known color: Hippie Pink. HEX triplet: 9C, 4D and 55. RGB value is (156,77,85). Sum of RGB (Red+Green+Blue) = 156+77+85=318 (42% of max value = 765). Red value is 156 (61.33% from 255 or 49.06% from 318); Green value is 77 (30.47% from 255 or 24.21% from 318); Blue value is 85 (33.59% from 255 or 26.73% from 318); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4D55 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C4D55 is #63B2AA. Grayscale: #656565. Windows color (decimal): -6533803 or 5590428. OLE color: 5590428.
HSL color Cylindrical-coordinate representation of color #9C4D55: hue angle of 353.92º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9C4D55 is Cyan = 0, Magento = 0.51, Yellow = 0.46 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 77 | 85 | - |
| CMYK | 0 | 0.51 | 0.46 | 0.39 |
| HSL | 353.92º | 0.34% | 0.46% | - |
| HSV(B) | 353.92º | 0.51% | 0.61% | - |
| XYZ | 18 | 13.03 | 10.16 | - |
| YUV | 101.53 | 118.67 | 166.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 77 | 85 | 0 | 0.51 | 0.46 | 0.39 | 353.92 | 0.34 | 0.46 |
| Hex | 9C | 4D | 55 | 0 | 33 | 2E | 27 | 162 | 22 | 2E |
| Octal | 234 | 115 | 125 | 0 | 63 | 56 | 47 | 542 | 42 | 56 |
| Binary | 10011100 | 1001101 | 1010101 | 0 | 110011 | 101110 | 100111 | 101100010 | 100010 | 101110 |
Color Harmonies of #9C4D55
Complementary color
Monochromatic Colors of #9C4D55
Black with #9C4D55
Text Example
Text Example
White with #9C4D55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C4D55; }
p { color: rgb(156,77,85); }
H1.HeaderClassName
{
color: #9C4D55;
}
.AnyTagClassName
{
color: #9C4D55;
}
</style>
background-color css
<style>
a { background-color: #9C4D55; }
a { background-color: rgb(156,77,85); }
div.DivClassName
{
background-color: #9C4D55;
}
.BgClassName
{
background-color: #9C4D55;
}
</style>
border-color css
<style>
span { border-color: #9C4D55; }
span { border-color: rgb(156,77,85); }
td.TdClassName
{
border-color: #9C4D55;
}
.TagClassName
{
border-color: #9C4D55;
}
</style>