Shades of Hippie Pink #9F595A
Tints of Hippie Pink #9F595A
RGB
CMYK
RGB Variations
Color information
#9F595A (or 0x9F595A) is known color: Hippie Pink. HEX triplet: 9F, 59 and 5A. RGB value is (159,89,90). Sum of RGB (Red+Green+Blue) = 159+89+90=338 (44% of max value = 765). Red value is 159 (62.5% from 255 or 47.04% from 338); Green value is 89 (35.16% from 255 or 26.33% from 338); Blue value is 90 (35.55% from 255 or 26.63% from 338); Max value from RGB is 159 - color contains mainly: red. Hex color #9F595A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F595A is #60A6A5. Grayscale: #6E6E6E. Windows color (decimal): -6334118 or 5921183. OLE color: 5921183.
HSL color Cylindrical-coordinate representation of color #9F595A: hue angle of 359.14º degrees, saturation: 0.28, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9F595A is Cyan = 0, Magento = 0.44, Yellow = 0.43 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 89 | 90 | - |
| CMYK | 0 | 0.44 | 0.43 | 0.38 |
| HSL | 359.14º | 0.28% | 0.49% | - |
| HSV(B) | 359.14º | 0.44% | 0.62% | - |
| XYZ | 19.72 | 15.25 | 11.58 | - |
| YUV | 110.04 | 116.69 | 162.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 89 | 90 | 0 | 0.44 | 0.43 | 0.38 | 359.14 | 0.28 | 0.49 |
| Hex | 9F | 59 | 5A | 0 | 2C | 2B | 26 | 167 | 1C | 31 |
| Octal | 237 | 131 | 132 | 0 | 54 | 53 | 46 | 547 | 34 | 61 |
| Binary | 10011111 | 1011001 | 1011010 | 0 | 101100 | 101011 | 100110 | 101100111 | 11100 | 110001 |
Color Harmonies of #9F595A
Complementary color
Monochromatic Colors of #9F595A
Black with #9F595A
Text Example
Text Example
White with #9F595A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F595A; }
p { color: rgb(159,89,90); }
H1.HeaderClassName
{
color: #9F595A;
}
.AnyTagClassName
{
color: #9F595A;
}
</style>
background-color css
<style>
a { background-color: #9F595A; }
a { background-color: rgb(159,89,90); }
div.DivClassName
{
background-color: #9F595A;
}
.BgClassName
{
background-color: #9F595A;
}
</style>
border-color css
<style>
span { border-color: #9F595A; }
span { border-color: rgb(159,89,90); }
td.TdClassName
{
border-color: #9F595A;
}
.TagClassName
{
border-color: #9F595A;
}
</style>