Shades of Hippie Pink #9F565B
Tints of Hippie Pink #9F565B
RGB
CMYK
RGB Variations
Color information
#9F565B (or 0x9F565B) is known color: Hippie Pink. HEX triplet: 9F, 56 and 5B. RGB value is (159,86,91). Sum of RGB (Red+Green+Blue) = 159+86+91=336 (44% of max value = 765). Red value is 159 (62.5% from 255 or 47.32% from 336); Green value is 86 (33.98% from 255 or 25.60% from 336); Blue value is 91 (35.94% from 255 or 27.08% from 336); Max value from RGB is 159 - color contains mainly: red. Hex color #9F565B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F565B is #60A9A4. Grayscale: #6C6C6C. Windows color (decimal): -6334885 or 5985951. OLE color: 5985951.
HSL color Cylindrical-coordinate representation of color #9F565B: hue angle of 355.89º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9F565B is Cyan = 0, Magento = 0.46, Yellow = 0.43 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 86 | 91 | - |
| CMYK | 0 | 0.46 | 0.43 | 0.38 |
| HSL | 355.89º | 0.3% | 0.48% | - |
| HSV(B) | 355.89º | 0.46% | 0.62% | - |
| XYZ | 19.51 | 14.78 | 11.72 | - |
| YUV | 108.4 | 118.18 | 164.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 86 | 91 | 0 | 0.46 | 0.43 | 0.38 | 355.89 | 0.3 | 0.48 |
| Hex | 9F | 56 | 5B | 0 | 2E | 2B | 26 | 164 | 1E | 30 |
| Octal | 237 | 126 | 133 | 0 | 56 | 53 | 46 | 544 | 36 | 60 |
| Binary | 10011111 | 1010110 | 1011011 | 0 | 101110 | 101011 | 100110 | 101100100 | 11110 | 110000 |
Color Harmonies of #9F565B
Complementary color
Monochromatic Colors of #9F565B
Black with #9F565B
Text Example
Text Example
White with #9F565B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F565B; }
p { color: rgb(159,86,91); }
H1.HeaderClassName
{
color: #9F565B;
}
.AnyTagClassName
{
color: #9F565B;
}
</style>
background-color css
<style>
a { background-color: #9F565B; }
a { background-color: rgb(159,86,91); }
div.DivClassName
{
background-color: #9F565B;
}
.BgClassName
{
background-color: #9F565B;
}
</style>
border-color css
<style>
span { border-color: #9F565B; }
span { border-color: rgb(159,86,91); }
td.TdClassName
{
border-color: #9F565B;
}
.TagClassName
{
border-color: #9F565B;
}
</style>