Shades of Turkish Rose #C06C6F
Tints of Turkish Rose #C06C6F
RGB
CMYK
RGB Variations
Color information
#C06C6F (or 0xC06C6F) is known color: Turkish Rose. HEX triplet: C0, 6C and 6F. RGB value is (192,108,111). Sum of RGB (Red+Green+Blue) = 192+108+111=411 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.72% from 411); Green value is 108 (42.58% from 255 or 26.28% from 411); Blue value is 111 (43.75% from 255 or 27.01% from 411); Max value from RGB is 192 - color contains mainly: red. Hex color #C06C6F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06C6F is #3F9390. Grayscale: #858585. Windows color (decimal): -4166545 or 7302336. OLE color: 7302336.
HSL color Cylindrical-coordinate representation of color #C06C6F: hue angle of 357.86º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C06C6F is Cyan = 0, Magento = 0.44, Yellow = 0.42 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 108 | 111 | - |
| CMYK | 0 | 0.44 | 0.42 | 0.25 |
| HSL | 357.86º | 0.4% | 0.59% | - |
| HSV(B) | 357.86º | 0.44% | 0.75% | - |
| XYZ | 29.97 | 23.08 | 17.91 | - |
| YUV | 133.46 | 115.33 | 169.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 108 | 111 | 0 | 0.44 | 0.42 | 0.25 | 357.86 | 0.4 | 0.59 |
| Hex | C0 | 6C | 6F | 0 | 2C | 2A | 19 | 166 | 28 | 3B |
| Octal | 300 | 154 | 157 | 0 | 54 | 52 | 31 | 546 | 50 | 73 |
| Binary | 11000000 | 1101100 | 1101111 | 0 | 101100 | 101010 | 11001 | 101100110 | 101000 | 111011 |
Color Harmonies of #C06C6F
Complementary color
Monochromatic Colors of #C06C6F
Black with #C06C6F
Text Example
Text Example
White with #C06C6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06C6F; }
p { color: rgb(192,108,111); }
H1.HeaderClassName
{
color: #C06C6F;
}
.AnyTagClassName
{
color: #C06C6F;
}
</style>
background-color css
<style>
a { background-color: #C06C6F; }
a { background-color: rgb(192,108,111); }
div.DivClassName
{
background-color: #C06C6F;
}
.BgClassName
{
background-color: #C06C6F;
}
</style>
border-color css
<style>
span { border-color: #C06C6F; }
span { border-color: rgb(192,108,111); }
td.TdClassName
{
border-color: #C06C6F;
}
.TagClassName
{
border-color: #C06C6F;
}
</style>