Shades of Turkish Rose #9C6366
Tints of Turkish Rose #9C6366
RGB
CMYK
RGB Variations
Color information
#9C6366 (or 0x9C6366) is known color: Turkish Rose. HEX triplet: 9C, 63 and 66. RGB value is (156,99,102). Sum of RGB (Red+Green+Blue) = 156+99+102=357 (47% of max value = 765). Red value is 156 (61.33% from 255 or 43.70% from 357); Green value is 99 (39.06% from 255 or 27.73% from 357); Blue value is 102 (40.23% from 255 or 28.57% from 357); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6366 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C6366 is #639C99. Grayscale: #747474. Windows color (decimal): -6528154 or 6710172. OLE color: 6710172.
HSL color Cylindrical-coordinate representation of color #9C6366: hue angle of 356.84º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9C6366 is Cyan = 0, Magento = 0.37, Yellow = 0.35 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 99 | 102 | - |
| CMYK | 0 | 0.37 | 0.35 | 0.39 |
| HSL | 356.84º | 0.22% | 0.5% | - |
| HSV(B) | 356.84º | 0.37% | 0.61% | - |
| XYZ | 20.57 | 16.95 | 14.76 | - |
| YUV | 116.39 | 119.88 | 156.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 99 | 102 | 0 | 0.37 | 0.35 | 0.39 | 356.84 | 0.22 | 0.5 |
| Hex | 9C | 63 | 66 | 0 | 25 | 23 | 27 | 165 | 16 | 32 |
| Octal | 234 | 143 | 146 | 0 | 45 | 43 | 47 | 545 | 26 | 62 |
| Binary | 10011100 | 1100011 | 1100110 | 0 | 100101 | 100011 | 100111 | 101100101 | 10110 | 110010 |
Color Harmonies of #9C6366
Complementary color
Monochromatic Colors of #9C6366
Black with #9C6366
Text Example
Text Example
White with #9C6366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C6366; }
p { color: rgb(156,99,102); }
H1.HeaderClassName
{
color: #9C6366;
}
.AnyTagClassName
{
color: #9C6366;
}
</style>
background-color css
<style>
a { background-color: #9C6366; }
a { background-color: rgb(156,99,102); }
div.DivClassName
{
background-color: #9C6366;
}
.BgClassName
{
background-color: #9C6366;
}
</style>
border-color css
<style>
span { border-color: #9C6366; }
span { border-color: rgb(156,99,102); }
td.TdClassName
{
border-color: #9C6366;
}
.TagClassName
{
border-color: #9C6366;
}
</style>