Shades of Turkish Rose #C16F71
Tints of Turkish Rose #C16F71
RGB
CMYK
RGB Variations
Color information
#C16F71 (or 0xC16F71) is known color: Turkish Rose. HEX triplet: C1, 6F and 71. RGB value is (193,111,113). Sum of RGB (Red+Green+Blue) = 193+111+113=417 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.28% from 417); Green value is 111 (43.75% from 255 or 26.62% from 417); Blue value is 113 (44.53% from 255 or 27.10% from 417); Max value from RGB is 193 - color contains mainly: red. Hex color #C16F71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C16F71 is #3E908E. Grayscale: #878787. Windows color (decimal): -4100239 or 7434177. OLE color: 7434177.
HSL color Cylindrical-coordinate representation of color #C16F71: hue angle of 358.54º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C16F71 is Cyan = 0, Magento = 0.42, Yellow = 0.41 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 111 | 113 | - |
| CMYK | 0 | 0.42 | 0.41 | 0.24 |
| HSL | 358.54º | 0.4% | 0.6% | - |
| HSV(B) | 358.54º | 0.42% | 0.76% | - |
| XYZ | 30.66 | 23.9 | 18.62 | - |
| YUV | 135.75 | 115.17 | 168.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 111 | 113 | 0 | 0.42 | 0.41 | 0.24 | 358.54 | 0.4 | 0.6 |
| Hex | C1 | 6F | 71 | 0 | 2A | 29 | 18 | 167 | 28 | 3C |
| Octal | 301 | 157 | 161 | 0 | 52 | 51 | 30 | 547 | 50 | 74 |
| Binary | 11000001 | 1101111 | 1110001 | 0 | 101010 | 101001 | 11000 | 101100111 | 101000 | 111100 |
Color Harmonies of #C16F71
Complementary color
Monochromatic Colors of #C16F71
Black with #C16F71
Text Example
Text Example
White with #C16F71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16F71; }
p { color: rgb(193,111,113); }
H1.HeaderClassName
{
color: #C16F71;
}
.AnyTagClassName
{
color: #C16F71;
}
</style>
background-color css
<style>
a { background-color: #C16F71; }
a { background-color: rgb(193,111,113); }
div.DivClassName
{
background-color: #C16F71;
}
.BgClassName
{
background-color: #C16F71;
}
</style>
border-color css
<style>
span { border-color: #C16F71; }
span { border-color: rgb(193,111,113); }
td.TdClassName
{
border-color: #C16F71;
}
.TagClassName
{
border-color: #C16F71;
}
</style>