Shades of Turkish Rose #9D6875
Tints of Turkish Rose #9D6875
RGB
CMYK
RGB Variations
Color information
#9D6875 (or 0x9D6875) is known color: Turkish Rose. HEX triplet: 9D, 68 and 75. RGB value is (157,104,117). Sum of RGB (Red+Green+Blue) = 157+104+117=378 (50% of max value = 765). Red value is 157 (61.72% from 255 or 41.53% from 378); Green value is 104 (41.02% from 255 or 27.51% from 378); Blue value is 117 (46.09% from 255 or 30.95% from 378); Max value from RGB is 157 - color contains mainly: red. Hex color #9D6875 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D6875 is #62978A. Grayscale: #797979. Windows color (decimal): -6461323 or 7694493. OLE color: 7694493.
HSL color Cylindrical-coordinate representation of color #9D6875: hue angle of 345.28º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9D6875 is Cyan = 0, Magento = 0.34, Yellow = 0.25 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 104 | 117 | - |
| CMYK | 0 | 0.34 | 0.25 | 0.38 |
| HSL | 345.28º | 0.21% | 0.51% | - |
| HSV(B) | 345.28º | 0.34% | 0.62% | - |
| XYZ | 22.07 | 18.35 | 19.21 | - |
| YUV | 121.33 | 125.56 | 153.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 104 | 117 | 0 | 0.34 | 0.25 | 0.38 | 345.28 | 0.21 | 0.51 |
| Hex | 9D | 68 | 75 | 0 | 22 | 19 | 26 | 159 | 15 | 33 |
| Octal | 235 | 150 | 165 | 0 | 42 | 31 | 46 | 531 | 25 | 63 |
| Binary | 10011101 | 1101000 | 1110101 | 0 | 100010 | 11001 | 100110 | 101011001 | 10101 | 110011 |
Color Harmonies of #9D6875
Complementary color
Monochromatic Colors of #9D6875
Black with #9D6875
Text Example
Text Example
White with #9D6875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D6875; }
p { color: rgb(157,104,117); }
H1.HeaderClassName
{
color: #9D6875;
}
.AnyTagClassName
{
color: #9D6875;
}
</style>
background-color css
<style>
a { background-color: #9D6875; }
a { background-color: rgb(157,104,117); }
div.DivClassName
{
background-color: #9D6875;
}
.BgClassName
{
background-color: #9D6875;
}
</style>
border-color css
<style>
span { border-color: #9D6875; }
span { border-color: rgb(157,104,117); }
td.TdClassName
{
border-color: #9D6875;
}
.TagClassName
{
border-color: #9D6875;
}
</style>