Shades of Turkish Rose #9D636C
Tints of Turkish Rose #9D636C
RGB
CMYK
RGB Variations
Color information
#9D636C (or 0x9D636C) is known color: Turkish Rose. HEX triplet: 9D, 63 and 6C. RGB value is (157,99,108). Sum of RGB (Red+Green+Blue) = 157+99+108=364 (48% of max value = 765). Red value is 157 (61.72% from 255 or 43.13% from 364); Green value is 99 (39.06% from 255 or 27.20% from 364); Blue value is 108 (42.58% from 255 or 29.67% from 364); Max value from RGB is 157 - color contains mainly: red. Hex color #9D636C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D636C is #629C93. Grayscale: #757575. Windows color (decimal): -6462612 or 7103389. OLE color: 7103389.
HSL color Cylindrical-coordinate representation of color #9D636C: hue angle of 350.69º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9D636C is Cyan = 0, Magento = 0.37, Yellow = 0.31 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 99 | 108 | - |
| CMYK | 0 | 0.37 | 0.31 | 0.38 |
| HSL | 350.69º | 0.23% | 0.5% | - |
| HSV(B) | 350.69º | 0.37% | 0.62% | - |
| XYZ | 21.07 | 17.17 | 16.39 | - |
| YUV | 117.37 | 122.72 | 156.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 99 | 108 | 0 | 0.37 | 0.31 | 0.38 | 350.69 | 0.23 | 0.5 |
| Hex | 9D | 63 | 6C | 0 | 25 | 1F | 26 | 15F | 17 | 32 |
| Octal | 235 | 143 | 154 | 0 | 45 | 37 | 46 | 537 | 27 | 62 |
| Binary | 10011101 | 1100011 | 1101100 | 0 | 100101 | 11111 | 100110 | 101011111 | 10111 | 110010 |
Color Harmonies of #9D636C
Complementary color
Monochromatic Colors of #9D636C
Black with #9D636C
Text Example
Text Example
White with #9D636C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D636C; }
p { color: rgb(157,99,108); }
H1.HeaderClassName
{
color: #9D636C;
}
.AnyTagClassName
{
color: #9D636C;
}
</style>
background-color css
<style>
a { background-color: #9D636C; }
a { background-color: rgb(157,99,108); }
div.DivClassName
{
background-color: #9D636C;
}
.BgClassName
{
background-color: #9D636C;
}
</style>
border-color css
<style>
span { border-color: #9D636C; }
span { border-color: rgb(157,99,108); }
td.TdClassName
{
border-color: #9D636C;
}
.TagClassName
{
border-color: #9D636C;
}
</style>