Shades of Turkish Rose #9C8285
Tints of Turkish Rose #9C8285
RGB
CMYK
RGB Variations
Color information
#9C8285 (or 0x9C8285) is known color: Turkish Rose. HEX triplet: 9C, 82 and 85. RGB value is (156,130,133). Sum of RGB (Red+Green+Blue) = 156+130+133=419 (55% of max value = 765). Red value is 156 (61.33% from 255 or 37.23% from 419); Green value is 130 (51.17% from 255 or 31.03% from 419); Blue value is 133 (52.34% from 255 or 31.74% from 419); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8285 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C8285 is #637D7A. Grayscale: #8A8A8A. Windows color (decimal): -6520187 or 8749724. OLE color: 8749724.
HSL color Cylindrical-coordinate representation of color #9C8285: hue angle of 353.08º degrees, saturation: 0.12, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9C8285 is Cyan = 0, Magento = 0.17, Yellow = 0.15 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 130 | 133 | - |
| CMYK | 0 | 0.17 | 0.15 | 0.39 |
| HSL | 353.08º | 0.12% | 0.56% | - |
| HSV(B) | 353.08º | 0.17% | 0.61% | - |
| XYZ | 25.93 | 24.73 | 25.6 | - |
| YUV | 138.12 | 125.11 | 140.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 130 | 133 | 0 | 0.17 | 0.15 | 0.39 | 353.08 | 0.12 | 0.56 |
| Hex | 9C | 82 | 85 | 0 | 11 | F | 27 | 161 | C | 38 |
| Octal | 234 | 202 | 205 | 0 | 21 | 17 | 47 | 541 | 14 | 70 |
| Binary | 10011100 | 10000010 | 10000101 | 0 | 10001 | 1111 | 100111 | 101100001 | 1100 | 111000 |
Color Harmonies of #9C8285
Complementary color
Monochromatic Colors of #9C8285
Black with #9C8285
Text Example
Text Example
White with #9C8285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C8285; }
p { color: rgb(156,130,133); }
H1.HeaderClassName
{
color: #9C8285;
}
.AnyTagClassName
{
color: #9C8285;
}
</style>
background-color css
<style>
a { background-color: #9C8285; }
a { background-color: rgb(156,130,133); }
div.DivClassName
{
background-color: #9C8285;
}
.BgClassName
{
background-color: #9C8285;
}
</style>
border-color css
<style>
span { border-color: #9C8285; }
span { border-color: rgb(156,130,133); }
td.TdClassName
{
border-color: #9C8285;
}
.TagClassName
{
border-color: #9C8285;
}
</style>