Shades of Hippie Pink #9C5556
Tints of Hippie Pink #9C5556
RGB
CMYK
RGB Variations
Color information
#9C5556 (or 0x9C5556) is known color: Hippie Pink. HEX triplet: 9C, 55 and 56. RGB value is (156,85,86). Sum of RGB (Red+Green+Blue) = 156+85+86=327 (43% of max value = 765). Red value is 156 (61.33% from 255 or 47.71% from 327); Green value is 85 (33.59% from 255 or 25.99% from 327); Blue value is 86 (33.98% from 255 or 26.30% from 327); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5556 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C5556 is #63AAA9. Grayscale: #6A6A6A. Windows color (decimal): -6531754 or 5658012. OLE color: 5658012.
HSL color Cylindrical-coordinate representation of color #9C5556: hue angle of 359.15º 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 #9C5556 is Cyan = 0, Magento = 0.46, Yellow = 0.45 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 85 | 86 | - |
| CMYK | 0 | 0.46 | 0.45 | 0.39 |
| HSL | 359.15º | 0.29% | 0.47% | - |
| HSV(B) | 359.15º | 0.46% | 0.61% | - |
| XYZ | 18.64 | 14.24 | 10.57 | - |
| YUV | 106.34 | 116.52 | 163.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 85 | 86 | 0 | 0.46 | 0.45 | 0.39 | 359.15 | 0.29 | 0.47 |
| Hex | 9C | 55 | 56 | 0 | 2E | 2D | 27 | 167 | 1D | 2F |
| Octal | 234 | 125 | 126 | 0 | 56 | 55 | 47 | 547 | 35 | 57 |
| Binary | 10011100 | 1010101 | 1010110 | 0 | 101110 | 101101 | 100111 | 101100111 | 11101 | 101111 |
Color Harmonies of #9C5556
Complementary color
Monochromatic Colors of #9C5556
Black with #9C5556
Text Example
Text Example
White with #9C5556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C5556; }
p { color: rgb(156,85,86); }
H1.HeaderClassName
{
color: #9C5556;
}
.AnyTagClassName
{
color: #9C5556;
}
</style>
background-color css
<style>
a { background-color: #9C5556; }
a { background-color: rgb(156,85,86); }
div.DivClassName
{
background-color: #9C5556;
}
.BgClassName
{
background-color: #9C5556;
}
</style>
border-color css
<style>
span { border-color: #9C5556; }
span { border-color: rgb(156,85,86); }
td.TdClassName
{
border-color: #9C5556;
}
.TagClassName
{
border-color: #9C5556;
}
</style>