Shades of Turkish Rose #9C737B
Tints of Turkish Rose #9C737B
RGB
CMYK
RGB Variations
Color information
#9C737B (or 0x9C737B) is known color: Turkish Rose. HEX triplet: 9C, 73 and 7B. RGB value is (156,115,123). Sum of RGB (Red+Green+Blue) = 156+115+123=394 (52% of max value = 765). Red value is 156 (61.33% from 255 or 39.59% from 394); Green value is 115 (45.31% from 255 or 29.19% from 394); Blue value is 123 (48.44% from 255 or 31.22% from 394); Max value from RGB is 156 - color contains mainly: red. Hex color #9C737B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C737B is #638C84. Grayscale: #808080. Windows color (decimal): -6524037 or 8090524. OLE color: 8090524.
HSL color Cylindrical-coordinate representation of color #9C737B: hue angle of 348.29º 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 #9C737B is Cyan = 0, Magento = 0.26, Yellow = 0.21 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 115 | 123 | - |
| CMYK | 0 | 0.26 | 0.21 | 0.39 |
| HSL | 348.29º | 0.17% | 0.53% | - |
| HSV(B) | 348.29º | 0.26% | 0.61% | - |
| XYZ | 23.42 | 20.76 | 21.51 | - |
| YUV | 128.17 | 125.08 | 147.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 115 | 123 | 0 | 0.26 | 0.21 | 0.39 | 348.29 | 0.17 | 0.53 |
| Hex | 9C | 73 | 7B | 0 | 1A | 15 | 27 | 15C | 11 | 35 |
| Octal | 234 | 163 | 173 | 0 | 32 | 25 | 47 | 534 | 21 | 65 |
| Binary | 10011100 | 1110011 | 1111011 | 0 | 11010 | 10101 | 100111 | 101011100 | 10001 | 110101 |
Color Harmonies of #9C737B
Complementary color
Monochromatic Colors of #9C737B
Black with #9C737B
Text Example
Text Example
White with #9C737B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C737B; }
p { color: rgb(156,115,123); }
H1.HeaderClassName
{
color: #9C737B;
}
.AnyTagClassName
{
color: #9C737B;
}
</style>
background-color css
<style>
a { background-color: #9C737B; }
a { background-color: rgb(156,115,123); }
div.DivClassName
{
background-color: #9C737B;
}
.BgClassName
{
background-color: #9C737B;
}
</style>
border-color css
<style>
span { border-color: #9C737B; }
span { border-color: rgb(156,115,123); }
td.TdClassName
{
border-color: #9C737B;
}
.TagClassName
{
border-color: #9C737B;
}
</style>