Shades of Turkish Rose #9C737C
Tints of Turkish Rose #9C737C
RGB
CMYK
RGB Variations
Color information
#9C737C (or 0x9C737C) is known color: Turkish Rose. HEX triplet: 9C, 73 and 7C. RGB value is (156,115,124). Sum of RGB (Red+Green+Blue) = 156+115+124=395 (52% of max value = 765). Red value is 156 (61.33% from 255 or 39.49% from 395); Green value is 115 (45.31% from 255 or 29.11% from 395); Blue value is 124 (48.83% from 255 or 31.39% from 395); Max value from RGB is 156 - color contains mainly: red. Hex color #9C737C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C737C is #638C83. Grayscale: #808080. Windows color (decimal): -6524036 or 8156060. OLE color: 8156060.
HSL color Cylindrical-coordinate representation of color #9C737C: hue angle of 346.83º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9C737C is Cyan = 0, Magento = 0.26, Yellow = 0.21 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 115 | 124 | - |
| CMYK | 0 | 0.26 | 0.21 | 0.39 |
| HSL | 346.83º | 0.17% | 0.53% | - |
| HSV(B) | 346.83º | 0.26% | 0.61% | - |
| XYZ | 23.48 | 20.78 | 21.84 | - |
| YUV | 128.29 | 125.58 | 147.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 115 | 124 | 0 | 0.26 | 0.21 | 0.39 | 346.83 | 0.17 | 0.53 |
| Hex | 9C | 73 | 7C | 0 | 1A | 15 | 27 | 15B | 11 | 35 |
| Octal | 234 | 163 | 174 | 0 | 32 | 25 | 47 | 533 | 21 | 65 |
| Binary | 10011100 | 1110011 | 1111100 | 0 | 11010 | 10101 | 100111 | 101011011 | 10001 | 110101 |
Color Harmonies of #9C737C
Complementary color
Monochromatic Colors of #9C737C
Black with #9C737C
Text Example
Text Example
White with #9C737C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C737C; }
p { color: rgb(156,115,124); }
H1.HeaderClassName
{
color: #9C737C;
}
.AnyTagClassName
{
color: #9C737C;
}
</style>
background-color css
<style>
a { background-color: #9C737C; }
a { background-color: rgb(156,115,124); }
div.DivClassName
{
background-color: #9C737C;
}
.BgClassName
{
background-color: #9C737C;
}
</style>
border-color css
<style>
span { border-color: #9C737C; }
span { border-color: rgb(156,115,124); }
td.TdClassName
{
border-color: #9C737C;
}
.TagClassName
{
border-color: #9C737C;
}
</style>