Shades of Turkish Rose #C06D71
Tints of Turkish Rose #C06D71
RGB
CMYK
RGB Variations
Color information
#C06D71 (or 0xC06D71) is known color: Turkish Rose. HEX triplet: C0, 6D and 71. RGB value is (192,109,113). Sum of RGB (Red+Green+Blue) = 192+109+113=414 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.38% from 414); Green value is 109 (42.97% from 255 or 26.33% from 414); Blue value is 113 (44.53% from 255 or 27.29% from 414); Max value from RGB is 192 - color contains mainly: red. Hex color #C06D71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06D71 is #3F928E. Grayscale: #868686. Windows color (decimal): -4166287 or 7433664. OLE color: 7433664.
HSL color Cylindrical-coordinate representation of color #C06D71: hue angle of 357.11º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C06D71 is Cyan = 0, Magento = 0.43, Yellow = 0.41 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 109 | 113 | - |
| CMYK | 0 | 0.43 | 0.41 | 0.25 |
| HSL | 357.11º | 0.4% | 0.59% | - |
| HSV(B) | 357.11º | 0.43% | 0.75% | - |
| XYZ | 30.19 | 23.34 | 18.54 | - |
| YUV | 134.27 | 116 | 169.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 109 | 113 | 0 | 0.43 | 0.41 | 0.25 | 357.11 | 0.4 | 0.59 |
| Hex | C0 | 6D | 71 | 0 | 2B | 29 | 19 | 165 | 28 | 3B |
| Octal | 300 | 155 | 161 | 0 | 53 | 51 | 31 | 545 | 50 | 73 |
| Binary | 11000000 | 1101101 | 1110001 | 0 | 101011 | 101001 | 11001 | 101100101 | 101000 | 111011 |
Color Harmonies of #C06D71
Complementary color
Monochromatic Colors of #C06D71
Black with #C06D71
Text Example
Text Example
White with #C06D71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06D71; }
p { color: rgb(192,109,113); }
H1.HeaderClassName
{
color: #C06D71;
}
.AnyTagClassName
{
color: #C06D71;
}
</style>
background-color css
<style>
a { background-color: #C06D71; }
a { background-color: rgb(192,109,113); }
div.DivClassName
{
background-color: #C06D71;
}
.BgClassName
{
background-color: #C06D71;
}
</style>
border-color css
<style>
span { border-color: #C06D71; }
span { border-color: rgb(192,109,113); }
td.TdClassName
{
border-color: #C06D71;
}
.TagClassName
{
border-color: #C06D71;
}
</style>