Shades of Turkish Rose #99747D
Tints of Turkish Rose #99747D
RGB
CMYK
RGB Variations
Color information
#99747D (or 0x99747D) is known color: Turkish Rose. HEX triplet: 99, 74 and 7D. RGB value is (153,116,125). Sum of RGB (Red+Green+Blue) = 153+116+125=394 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.83% from 394); Green value is 116 (45.70% from 255 or 29.44% from 394); Blue value is 125 (49.22% from 255 or 31.73% from 394); Max value from RGB is 153 - color contains mainly: red. Hex color #99747D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99747D is #668B82. Grayscale: #808080. Windows color (decimal): -6720387 or 8221849. OLE color: 8221849.
HSL color Cylindrical-coordinate representation of color #99747D: hue angle of 345.41º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #99747D is Cyan = 0, Magento = 0.24, Yellow = 0.18 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 116 | 125 | - |
| CMYK | 0 | 0.24 | 0.18 | 0.4 |
| HSL | 345.41º | 0.15% | 0.53% | - |
| HSV(B) | 345.41º | 0.24% | 0.6% | - |
| XYZ | 23.08 | 20.74 | 22.19 | - |
| YUV | 128.09 | 126.26 | 145.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 116 | 125 | 0 | 0.24 | 0.18 | 0.4 | 345.41 | 0.15 | 0.53 |
| Hex | 99 | 74 | 7D | 0 | 18 | 12 | 28 | 159 | F | 35 |
| Octal | 231 | 164 | 175 | 0 | 30 | 22 | 50 | 531 | 17 | 65 |
| Binary | 10011001 | 1110100 | 1111101 | 0 | 11000 | 10010 | 101000 | 101011001 | 1111 | 110101 |
Color Harmonies of #99747D
Complementary color
Monochromatic Colors of #99747D
Black with #99747D
Text Example
Text Example
White with #99747D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99747D; }
p { color: rgb(153,116,125); }
H1.HeaderClassName
{
color: #99747D;
}
.AnyTagClassName
{
color: #99747D;
}
</style>
background-color css
<style>
a { background-color: #99747D; }
a { background-color: rgb(153,116,125); }
div.DivClassName
{
background-color: #99747D;
}
.BgClassName
{
background-color: #99747D;
}
</style>
border-color css
<style>
span { border-color: #99747D; }
span { border-color: rgb(153,116,125); }
td.TdClassName
{
border-color: #99747D;
}
.TagClassName
{
border-color: #99747D;
}
</style>