Shades of Turkish Rose #9C6D78
Tints of Turkish Rose #9C6D78
RGB
CMYK
RGB Variations
Color information
#9C6D78 (or 0x9C6D78) is known color: Turkish Rose. HEX triplet: 9C, 6D and 78. RGB value is (156,109,120). Sum of RGB (Red+Green+Blue) = 156+109+120=385 (50% of max value = 765). Red value is 156 (61.33% from 255 or 40.52% from 385); Green value is 109 (42.97% from 255 or 28.31% from 385); Blue value is 120 (47.27% from 255 or 31.17% from 385); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6D78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C6D78 is #639287. Grayscale: #7C7C7C. Windows color (decimal): -6525576 or 7892380. OLE color: 7892380.
HSL color Cylindrical-coordinate representation of color #9C6D78: hue angle of 345.96º degrees, saturation: 0.19, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9C6D78 is Cyan = 0, Magento = 0.30, Yellow = 0.23 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 109 | 120 | - |
| CMYK | 0 | 0.30 | 0.23 | 0.39 |
| HSL | 345.96º | 0.19% | 0.52% | - |
| HSV(B) | 345.96º | 0.3% | 0.61% | - |
| XYZ | 22.57 | 19.36 | 20.32 | - |
| YUV | 124.31 | 125.57 | 150.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 109 | 120 | 0 | 0.30 | 0.23 | 0.39 | 345.96 | 0.19 | 0.52 |
| Hex | 9C | 6D | 78 | 0 | 1E | 17 | 27 | 15A | 13 | 34 |
| Octal | 234 | 155 | 170 | 0 | 36 | 27 | 47 | 532 | 23 | 64 |
| Binary | 10011100 | 1101101 | 1111000 | 0 | 11110 | 10111 | 100111 | 101011010 | 10011 | 110100 |
Color Harmonies of #9C6D78
Complementary color
Monochromatic Colors of #9C6D78
Black with #9C6D78
Text Example
Text Example
White with #9C6D78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C6D78; }
p { color: rgb(156,109,120); }
H1.HeaderClassName
{
color: #9C6D78;
}
.AnyTagClassName
{
color: #9C6D78;
}
</style>
background-color css
<style>
a { background-color: #9C6D78; }
a { background-color: rgb(156,109,120); }
div.DivClassName
{
background-color: #9C6D78;
}
.BgClassName
{
background-color: #9C6D78;
}
</style>
border-color css
<style>
span { border-color: #9C6D78; }
span { border-color: rgb(156,109,120); }
td.TdClassName
{
border-color: #9C6D78;
}
.TagClassName
{
border-color: #9C6D78;
}
</style>