Shades of Turkish Rose #99737D
Tints of Turkish Rose #99737D
RGB
CMYK
RGB Variations
Color information
#99737D (or 0x99737D) is known color: Turkish Rose. HEX triplet: 99, 73 and 7D. RGB value is (153,115,125). Sum of RGB (Red+Green+Blue) = 153+115+125=393 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.93% from 393); Green value is 115 (45.31% from 255 or 29.26% from 393); Blue value is 125 (49.22% from 255 or 31.81% from 393); Max value from RGB is 153 - color contains mainly: red. Hex color #99737D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99737D is #668C82. Grayscale: #7F7F7F. Windows color (decimal): -6720643 or 8221593. OLE color: 8221593.
HSL color Cylindrical-coordinate representation of color #99737D: hue angle of 344.21º degrees, saturation: 0.16, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #99737D is Cyan = 0, Magento = 0.25, Yellow = 0.18 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 115 | 125 | - |
| CMYK | 0 | 0.25 | 0.18 | 0.4 |
| HSL | 344.21º | 0.16% | 0.53% | - |
| HSV(B) | 344.21º | 0.25% | 0.6% | - |
| XYZ | 22.97 | 20.51 | 22.15 | - |
| YUV | 127.5 | 126.59 | 146.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 115 | 125 | 0 | 0.25 | 0.18 | 0.4 | 344.21 | 0.16 | 0.53 |
| Hex | 99 | 73 | 7D | 0 | 19 | 12 | 28 | 158 | 10 | 35 |
| Octal | 231 | 163 | 175 | 0 | 31 | 22 | 50 | 530 | 20 | 65 |
| Binary | 10011001 | 1110011 | 1111101 | 0 | 11001 | 10010 | 101000 | 101011000 | 10000 | 110101 |
Color Harmonies of #99737D
Complementary color
Monochromatic Colors of #99737D
Black with #99737D
Text Example
Text Example
White with #99737D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99737D; }
p { color: rgb(153,115,125); }
H1.HeaderClassName
{
color: #99737D;
}
.AnyTagClassName
{
color: #99737D;
}
</style>
background-color css
<style>
a { background-color: #99737D; }
a { background-color: rgb(153,115,125); }
div.DivClassName
{
background-color: #99737D;
}
.BgClassName
{
background-color: #99737D;
}
</style>
border-color css
<style>
span { border-color: #99737D; }
span { border-color: rgb(153,115,125); }
td.TdClassName
{
border-color: #99737D;
}
.TagClassName
{
border-color: #99737D;
}
</style>