Shades of Hippie Pink #9F5557
Tints of Hippie Pink #9F5557
RGB
CMYK
RGB Variations
Color information
#9F5557 (or 0x9F5557) is known color: Hippie Pink. HEX triplet: 9F, 55 and 57. RGB value is (159,85,87). Sum of RGB (Red+Green+Blue) = 159+85+87=331 (43% of max value = 765). Red value is 159 (62.5% from 255 or 48.04% from 331); Green value is 85 (33.59% from 255 or 25.68% from 331); Blue value is 87 (34.38% from 255 or 26.28% from 331); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5557 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F5557 is #60AAA8. Grayscale: #6B6B6B. Windows color (decimal): -6335145 or 5723551. OLE color: 5723551.
HSL color Cylindrical-coordinate representation of color #9F5557: hue angle of 358.38º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9F5557 is Cyan = 0, Magento = 0.47, Yellow = 0.45 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 85 | 87 | - |
| CMYK | 0 | 0.47 | 0.45 | 0.38 |
| HSL | 358.38º | 0.3% | 0.48% | - |
| HSV(B) | 358.38º | 0.47% | 0.62% | - |
| XYZ | 19.27 | 14.56 | 10.81 | - |
| YUV | 107.35 | 116.52 | 164.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 85 | 87 | 0 | 0.47 | 0.45 | 0.38 | 358.38 | 0.3 | 0.48 |
| Hex | 9F | 55 | 57 | 0 | 2F | 2D | 26 | 166 | 1E | 30 |
| Octal | 237 | 125 | 127 | 0 | 57 | 55 | 46 | 546 | 36 | 60 |
| Binary | 10011111 | 1010101 | 1010111 | 0 | 101111 | 101101 | 100110 | 101100110 | 11110 | 110000 |
Color Harmonies of #9F5557
Complementary color
Monochromatic Colors of #9F5557
Black with #9F5557
Text Example
Text Example
White with #9F5557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F5557; }
p { color: rgb(159,85,87); }
H1.HeaderClassName
{
color: #9F5557;
}
.AnyTagClassName
{
color: #9F5557;
}
</style>
background-color css
<style>
a { background-color: #9F5557; }
a { background-color: rgb(159,85,87); }
div.DivClassName
{
background-color: #9F5557;
}
.BgClassName
{
background-color: #9F5557;
}
</style>
border-color css
<style>
span { border-color: #9F5557; }
span { border-color: rgb(159,85,87); }
td.TdClassName
{
border-color: #9F5557;
}
.TagClassName
{
border-color: #9F5557;
}
</style>