Shades of Turkish Rose #9C656F
Tints of Turkish Rose #9C656F
RGB
CMYK
RGB Variations
Color information
#9C656F (or 0x9C656F) is known color: Turkish Rose. HEX triplet: 9C, 65 and 6F. RGB value is (156,101,111). Sum of RGB (Red+Green+Blue) = 156+101+111=368 (48% of max value = 765). Red value is 156 (61.33% from 255 or 42.39% from 368); Green value is 101 (39.84% from 255 or 27.45% from 368); Blue value is 111 (43.75% from 255 or 30.16% from 368); Max value from RGB is 156 - color contains mainly: red. Hex color #9C656F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C656F is #639A90. Grayscale: #767676. Windows color (decimal): -6527633 or 7300508. OLE color: 7300508.
HSL color Cylindrical-coordinate representation of color #9C656F: hue angle of 349.09º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9C656F is Cyan = 0, Magento = 0.35, Yellow = 0.29 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 101 | 111 | - |
| CMYK | 0 | 0.35 | 0.29 | 0.39 |
| HSL | 349.09º | 0.22% | 0.5% | - |
| HSV(B) | 349.09º | 0.35% | 0.61% | - |
| XYZ | 21.23 | 17.52 | 17.3 | - |
| YUV | 118.59 | 123.72 | 154.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 101 | 111 | 0 | 0.35 | 0.29 | 0.39 | 349.09 | 0.22 | 0.5 |
| Hex | 9C | 65 | 6F | 0 | 23 | 1D | 27 | 15D | 16 | 32 |
| Octal | 234 | 145 | 157 | 0 | 43 | 35 | 47 | 535 | 26 | 62 |
| Binary | 10011100 | 1100101 | 1101111 | 0 | 100011 | 11101 | 100111 | 101011101 | 10110 | 110010 |
Color Harmonies of #9C656F
Complementary color
Monochromatic Colors of #9C656F
Black with #9C656F
Text Example
Text Example
White with #9C656F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C656F; }
p { color: rgb(156,101,111); }
H1.HeaderClassName
{
color: #9C656F;
}
.AnyTagClassName
{
color: #9C656F;
}
</style>
background-color css
<style>
a { background-color: #9C656F; }
a { background-color: rgb(156,101,111); }
div.DivClassName
{
background-color: #9C656F;
}
.BgClassName
{
background-color: #9C656F;
}
</style>
border-color css
<style>
span { border-color: #9C656F; }
span { border-color: rgb(156,101,111); }
td.TdClassName
{
border-color: #9C656F;
}
.TagClassName
{
border-color: #9C656F;
}
</style>