Shades of Turkish Rose #C16B6D
Tints of Turkish Rose #C16B6D
RGB
CMYK
RGB Variations
Color information
#C16B6D (or 0xC16B6D) is known color: Turkish Rose. HEX triplet: C1, 6B and 6D. RGB value is (193,107,109). Sum of RGB (Red+Green+Blue) = 193+107+109=409 (54% of max value = 765). Red value is 193 (75.78% from 255 or 47.19% from 409); Green value is 107 (42.19% from 255 or 26.16% from 409); Blue value is 109 (42.97% from 255 or 26.65% from 409); Max value from RGB is 193 - color contains mainly: red. Hex color #C16B6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C16B6D is #3E9492. Grayscale: #858585. Windows color (decimal): -4101267 or 7171009. OLE color: 7171009.
HSL color Cylindrical-coordinate representation of color #C16B6D: hue angle of 358.6º degrees, saturation: 0.41, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C16B6D is Cyan = 0, Magento = 0.45, Yellow = 0.44 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 107 | 109 | - |
| CMYK | 0 | 0.45 | 0.44 | 0.24 |
| HSL | 358.6º | 0.41% | 0.59% | - |
| HSV(B) | 358.6º | 0.45% | 0.76% | - |
| XYZ | 30.01 | 22.96 | 17.32 | - |
| YUV | 132.94 | 114.49 | 170.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 107 | 109 | 0 | 0.45 | 0.44 | 0.24 | 358.6 | 0.41 | 0.59 |
| Hex | C1 | 6B | 6D | 0 | 2D | 2C | 18 | 167 | 29 | 3B |
| Octal | 301 | 153 | 155 | 0 | 55 | 54 | 30 | 547 | 51 | 73 |
| Binary | 11000001 | 1101011 | 1101101 | 0 | 101101 | 101100 | 11000 | 101100111 | 101001 | 111011 |
Color Harmonies of #C16B6D
Complementary color
Monochromatic Colors of #C16B6D
Black with #C16B6D
Text Example
Text Example
White with #C16B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16B6D; }
p { color: rgb(193,107,109); }
H1.HeaderClassName
{
color: #C16B6D;
}
.AnyTagClassName
{
color: #C16B6D;
}
</style>
background-color css
<style>
a { background-color: #C16B6D; }
a { background-color: rgb(193,107,109); }
div.DivClassName
{
background-color: #C16B6D;
}
.BgClassName
{
background-color: #C16B6D;
}
</style>
border-color css
<style>
span { border-color: #C16B6D; }
span { border-color: rgb(193,107,109); }
td.TdClassName
{
border-color: #C16B6D;
}
.TagClassName
{
border-color: #C16B6D;
}
</style>