Shades of Turkish Rose #9D6F79
Tints of Turkish Rose #9D6F79
RGB
CMYK
RGB Variations
Color information
#9D6F79 (or 0x9D6F79) is known color: Turkish Rose. HEX triplet: 9D, 6F and 79. RGB value is (157,111,121). Sum of RGB (Red+Green+Blue) = 157+111+121=389 (51% of max value = 765). Red value is 157 (61.72% from 255 or 40.36% from 389); Green value is 111 (43.75% from 255 or 28.53% from 389); Blue value is 121 (47.66% from 255 or 31.11% from 389); Max value from RGB is 157 - color contains mainly: red. Hex color #9D6F79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D6F79 is #629086. Grayscale: #7D7D7D. Windows color (decimal): -6459527 or 7958429. OLE color: 7958429.
HSL color Cylindrical-coordinate representation of color #9D6F79: hue angle of 346.96º degrees, saturation: 0.19, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9D6F79 is Cyan = 0, Magento = 0.29, Yellow = 0.23 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 111 | 121 | - |
| CMYK | 0 | 0.29 | 0.23 | 0.38 |
| HSL | 346.96º | 0.19% | 0.53% | - |
| HSV(B) | 346.96º | 0.29% | 0.62% | - |
| XYZ | 23.04 | 19.92 | 20.72 | - |
| YUV | 125.89 | 125.24 | 150.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 111 | 121 | 0 | 0.29 | 0.23 | 0.38 | 346.96 | 0.19 | 0.53 |
| Hex | 9D | 6F | 79 | 0 | 1D | 17 | 26 | 15B | 13 | 35 |
| Octal | 235 | 157 | 171 | 0 | 35 | 27 | 46 | 533 | 23 | 65 |
| Binary | 10011101 | 1101111 | 1111001 | 0 | 11101 | 10111 | 100110 | 101011011 | 10011 | 110101 |
Color Harmonies of #9D6F79
Complementary color
Monochromatic Colors of #9D6F79
Black with #9D6F79
Text Example
Text Example
White with #9D6F79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D6F79; }
p { color: rgb(157,111,121); }
H1.HeaderClassName
{
color: #9D6F79;
}
.AnyTagClassName
{
color: #9D6F79;
}
</style>
background-color css
<style>
a { background-color: #9D6F79; }
a { background-color: rgb(157,111,121); }
div.DivClassName
{
background-color: #9D6F79;
}
.BgClassName
{
background-color: #9D6F79;
}
</style>
border-color css
<style>
span { border-color: #9D6F79; }
span { border-color: rgb(157,111,121); }
td.TdClassName
{
border-color: #9D6F79;
}
.TagClassName
{
border-color: #9D6F79;
}
</style>