Shades of Turkish Rose #9F6063
Tints of Turkish Rose #9F6063
RGB
CMYK
RGB Variations
Color information
#9F6063 (or 0x9F6063) is known color: Turkish Rose. HEX triplet: 9F, 60 and 63. RGB value is (159,96,99). Sum of RGB (Red+Green+Blue) = 159+96+99=354 (46% of max value = 765). Red value is 159 (62.5% from 255 or 44.92% from 354); Green value is 96 (37.89% from 255 or 27.12% from 354); Blue value is 99 (39.06% from 255 or 27.97% from 354); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6063 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F6063 is #609F9C. Grayscale: #737373. Windows color (decimal): -6332317 or 6512799. OLE color: 6512799.
HSL color Cylindrical-coordinate representation of color #9F6063: hue angle of 357.14º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9F6063 is Cyan = 0, Magento = 0.40, Yellow = 0.38 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 96 | 99 | - |
| CMYK | 0 | 0.40 | 0.38 | 0.38 |
| HSL | 357.14º | 0.25% | 0.5% | - |
| HSV(B) | 357.14º | 0.4% | 0.62% | - |
| XYZ | 20.73 | 16.64 | 13.92 | - |
| YUV | 115.18 | 118.87 | 159.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 96 | 99 | 0 | 0.40 | 0.38 | 0.38 | 357.14 | 0.25 | 0.5 |
| Hex | 9F | 60 | 63 | 0 | 28 | 26 | 26 | 165 | 19 | 32 |
| Octal | 237 | 140 | 143 | 0 | 50 | 46 | 46 | 545 | 31 | 62 |
| Binary | 10011111 | 1100000 | 1100011 | 0 | 101000 | 100110 | 100110 | 101100101 | 11001 | 110010 |
Color Harmonies of #9F6063
Complementary color
Monochromatic Colors of #9F6063
Black with #9F6063
Text Example
Text Example
White with #9F6063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F6063; }
p { color: rgb(159,96,99); }
H1.HeaderClassName
{
color: #9F6063;
}
.AnyTagClassName
{
color: #9F6063;
}
</style>
background-color css
<style>
a { background-color: #9F6063; }
a { background-color: rgb(159,96,99); }
div.DivClassName
{
background-color: #9F6063;
}
.BgClassName
{
background-color: #9F6063;
}
</style>
border-color css
<style>
span { border-color: #9F6063; }
span { border-color: rgb(159,96,99); }
td.TdClassName
{
border-color: #9F6063;
}
.TagClassName
{
border-color: #9F6063;
}
</style>