Shades of Turkish Rose #C07073
Tints of Turkish Rose #C07073
RGB
CMYK
RGB Variations
Color information
#C07073 (or 0xC07073) is known color: Turkish Rose. HEX triplet: C0, 70 and 73. RGB value is (192,112,115). Sum of RGB (Red+Green+Blue) = 192+112+115=419 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.82% from 419); Green value is 112 (44.14% from 255 or 26.73% from 419); Blue value is 115 (45.31% from 255 or 27.45% from 419); Max value from RGB is 192 - color contains mainly: red. Hex color #C07073 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07073 is #3F8F8C. Grayscale: #888888. Windows color (decimal): -4165517 or 7565504. OLE color: 7565504.
HSL color Cylindrical-coordinate representation of color #C07073: hue angle of 357.75º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C07073 is Cyan = 0, Magento = 0.42, Yellow = 0.40 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 112 | 115 | - |
| CMYK | 0 | 0.42 | 0.40 | 0.25 |
| HSL | 357.75º | 0.39% | 0.6% | - |
| HSV(B) | 357.75º | 0.42% | 0.75% | - |
| XYZ | 30.63 | 24.03 | 19.24 | - |
| YUV | 136.26 | 116 | 167.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 112 | 115 | 0 | 0.42 | 0.40 | 0.25 | 357.75 | 0.39 | 0.6 |
| Hex | C0 | 70 | 73 | 0 | 2A | 28 | 19 | 166 | 27 | 3C |
| Octal | 300 | 160 | 163 | 0 | 52 | 50 | 31 | 546 | 47 | 74 |
| Binary | 11000000 | 1110000 | 1110011 | 0 | 101010 | 101000 | 11001 | 101100110 | 100111 | 111100 |
Color Harmonies of #C07073
Complementary color
Monochromatic Colors of #C07073
Black with #C07073
Text Example
Text Example
White with #C07073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07073; }
p { color: rgb(192,112,115); }
H1.HeaderClassName
{
color: #C07073;
}
.AnyTagClassName
{
color: #C07073;
}
</style>
background-color css
<style>
a { background-color: #C07073; }
a { background-color: rgb(192,112,115); }
div.DivClassName
{
background-color: #C07073;
}
.BgClassName
{
background-color: #C07073;
}
</style>
border-color css
<style>
span { border-color: #C07073; }
span { border-color: rgb(192,112,115); }
td.TdClassName
{
border-color: #C07073;
}
.TagClassName
{
border-color: #C07073;
}
</style>