Shades of Turkish Rose #9C6465
Tints of Turkish Rose #9C6465
RGB
CMYK
RGB Variations
Color information
#9C6465 (or 0x9C6465) is known color: Turkish Rose. HEX triplet: 9C, 64 and 65. RGB value is (156,100,101). Sum of RGB (Red+Green+Blue) = 156+100+101=357 (47% of max value = 765). Red value is 156 (61.33% from 255 or 43.70% from 357); Green value is 100 (39.45% from 255 or 28.01% from 357); Blue value is 101 (39.84% from 255 or 28.29% from 357); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6465 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C6465 is #639B9A. Grayscale: #747474. Windows color (decimal): -6527899 or 6644892. OLE color: 6644892.
HSL color Cylindrical-coordinate representation of color #9C6465: hue angle of 358.93º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9C6465 is Cyan = 0, Magento = 0.36, Yellow = 0.35 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 100 | 101 | - |
| CMYK | 0 | 0.36 | 0.35 | 0.39 |
| HSL | 358.93º | 0.22% | 0.5% | - |
| HSV(B) | 358.93º | 0.36% | 0.61% | - |
| XYZ | 20.62 | 17.12 | 14.53 | - |
| YUV | 116.86 | 119.05 | 155.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 100 | 101 | 0 | 0.36 | 0.35 | 0.39 | 358.93 | 0.22 | 0.5 |
| Hex | 9C | 64 | 65 | 0 | 24 | 23 | 27 | 167 | 16 | 32 |
| Octal | 234 | 144 | 145 | 0 | 44 | 43 | 47 | 547 | 26 | 62 |
| Binary | 10011100 | 1100100 | 1100101 | 0 | 100100 | 100011 | 100111 | 101100111 | 10110 | 110010 |
Color Harmonies of #9C6465
Complementary color
Monochromatic Colors of #9C6465
Black with #9C6465
Text Example
Text Example
White with #9C6465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C6465; }
p { color: rgb(156,100,101); }
H1.HeaderClassName
{
color: #9C6465;
}
.AnyTagClassName
{
color: #9C6465;
}
</style>
background-color css
<style>
a { background-color: #9C6465; }
a { background-color: rgb(156,100,101); }
div.DivClassName
{
background-color: #9C6465;
}
.BgClassName
{
background-color: #9C6465;
}
</style>
border-color css
<style>
span { border-color: #9C6465; }
span { border-color: rgb(156,100,101); }
td.TdClassName
{
border-color: #9C6465;
}
.TagClassName
{
border-color: #9C6465;
}
</style>