Shades of Hippie Pink #9C5056
Tints of Hippie Pink #9C5056
RGB
CMYK
RGB Variations
Color information
#9C5056 (or 0x9C5056) is known color: Hippie Pink. HEX triplet: 9C, 50 and 56. RGB value is (156,80,86). Sum of RGB (Red+Green+Blue) = 156+80+86=322 (42% of max value = 765). Red value is 156 (61.33% from 255 or 48.45% from 322); Green value is 80 (31.64% from 255 or 24.84% from 322); Blue value is 86 (33.98% from 255 or 26.71% from 322); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5056 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C5056 is #63AFA9. Grayscale: #676767. Windows color (decimal): -6533034 or 5656732. OLE color: 5656732.
HSL color Cylindrical-coordinate representation of color #9C5056: hue angle of 355.26º 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 #9C5056 is Cyan = 0, Magento = 0.49, Yellow = 0.45 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 80 | 86 | - |
| CMYK | 0 | 0.49 | 0.45 | 0.39 |
| HSL | 355.26º | 0.32% | 0.46% | - |
| HSV(B) | 355.26º | 0.49% | 0.61% | - |
| XYZ | 18.26 | 13.48 | 10.44 | - |
| YUV | 103.41 | 118.18 | 165.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 80 | 86 | 0 | 0.49 | 0.45 | 0.39 | 355.26 | 0.32 | 0.46 |
| Hex | 9C | 50 | 56 | 0 | 31 | 2D | 27 | 163 | 20 | 2E |
| Octal | 234 | 120 | 126 | 0 | 61 | 55 | 47 | 543 | 40 | 56 |
| Binary | 10011100 | 1010000 | 1010110 | 0 | 110001 | 101101 | 100111 | 101100011 | 100000 | 101110 |
Color Harmonies of #9C5056
Complementary color
Monochromatic Colors of #9C5056
Black with #9C5056
Text Example
Text Example
White with #9C5056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C5056; }
p { color: rgb(156,80,86); }
H1.HeaderClassName
{
color: #9C5056;
}
.AnyTagClassName
{
color: #9C5056;
}
</style>
background-color css
<style>
a { background-color: #9C5056; }
a { background-color: rgb(156,80,86); }
div.DivClassName
{
background-color: #9C5056;
}
.BgClassName
{
background-color: #9C5056;
}
</style>
border-color css
<style>
span { border-color: #9C5056; }
span { border-color: rgb(156,80,86); }
td.TdClassName
{
border-color: #9C5056;
}
.TagClassName
{
border-color: #9C5056;
}
</style>