Shades of Turkish Rose #C06F73
Tints of Turkish Rose #C06F73
RGB
CMYK
RGB Variations
Color information
#C06F73 (or 0xC06F73) is known color: Turkish Rose. HEX triplet: C0, 6F and 73. RGB value is (192,111,115). Sum of RGB (Red+Green+Blue) = 192+111+115=418 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.93% from 418); Green value is 111 (43.75% from 255 or 26.56% from 418); Blue value is 115 (45.31% from 255 or 27.51% from 418); Max value from RGB is 192 - color contains mainly: red. Hex color #C06F73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06F73 is #3F908C. Grayscale: #878787. Windows color (decimal): -4165773 or 7565248. OLE color: 7565248.
HSL color Cylindrical-coordinate representation of color #C06F73: hue angle of 357.04º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C06F73 is Cyan = 0, Magento = 0.42, Yellow = 0.40 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 111 | 115 | - |
| CMYK | 0 | 0.42 | 0.40 | 0.25 |
| HSL | 357.04º | 0.39% | 0.59% | - |
| HSV(B) | 357.04º | 0.42% | 0.75% | - |
| XYZ | 30.52 | 23.81 | 19.21 | - |
| YUV | 135.68 | 116.34 | 168.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 111 | 115 | 0 | 0.42 | 0.40 | 0.25 | 357.04 | 0.39 | 0.59 |
| Hex | C0 | 6F | 73 | 0 | 2A | 28 | 19 | 165 | 27 | 3B |
| Octal | 300 | 157 | 163 | 0 | 52 | 50 | 31 | 545 | 47 | 73 |
| Binary | 11000000 | 1101111 | 1110011 | 0 | 101010 | 101000 | 11001 | 101100101 | 100111 | 111011 |
Color Harmonies of #C06F73
Complementary color
Monochromatic Colors of #C06F73
Black with #C06F73
Text Example
Text Example
White with #C06F73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06F73; }
p { color: rgb(192,111,115); }
H1.HeaderClassName
{
color: #C06F73;
}
.AnyTagClassName
{
color: #C06F73;
}
</style>
background-color css
<style>
a { background-color: #C06F73; }
a { background-color: rgb(192,111,115); }
div.DivClassName
{
background-color: #C06F73;
}
.BgClassName
{
background-color: #C06F73;
}
</style>
border-color css
<style>
span { border-color: #C06F73; }
span { border-color: rgb(192,111,115); }
td.TdClassName
{
border-color: #C06F73;
}
.TagClassName
{
border-color: #C06F73;
}
</style>