Shades of Turkish Rose #C07074
Tints of Turkish Rose #C07074
RGB
CMYK
RGB Variations
Color information
#C07074 (or 0xC07074) is known color: Turkish Rose. HEX triplet: C0, 70 and 74. RGB value is (192,112,116). Sum of RGB (Red+Green+Blue) = 192+112+116=420 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.71% from 420); Green value is 112 (44.14% from 255 or 26.67% from 420); Blue value is 116 (45.70% from 255 or 27.62% from 420); Max value from RGB is 192 - color contains mainly: red. Hex color #C07074 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07074 is #3F8F8B. Grayscale: #888888. Windows color (decimal): -4165516 or 7631040. OLE color: 7631040.
HSL color Cylindrical-coordinate representation of color #C07074: hue angle of 357º 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 #C07074 is Cyan = 0, Magento = 0.42, Yellow = 0.40 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 112 | 116 | - |
| CMYK | 0 | 0.42 | 0.40 | 0.25 |
| HSL | 357º | 0.39% | 0.6% | - |
| HSV(B) | 357º | 0.42% | 0.75% | - |
| XYZ | 30.68 | 24.06 | 19.55 | - |
| YUV | 136.38 | 116.5 | 167.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 112 | 116 | 0 | 0.42 | 0.40 | 0.25 | 357 | 0.39 | 0.6 |
| Hex | C0 | 70 | 74 | 0 | 2A | 28 | 19 | 165 | 27 | 3C |
| Octal | 300 | 160 | 164 | 0 | 52 | 50 | 31 | 545 | 47 | 74 |
| Binary | 11000000 | 1110000 | 1110100 | 0 | 101010 | 101000 | 11001 | 101100101 | 100111 | 111100 |
Color Harmonies of #C07074
Complementary color
Monochromatic Colors of #C07074
Black with #C07074
Text Example
Text Example
White with #C07074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07074; }
p { color: rgb(192,112,116); }
H1.HeaderClassName
{
color: #C07074;
}
.AnyTagClassName
{
color: #C07074;
}
</style>
background-color css
<style>
a { background-color: #C07074; }
a { background-color: rgb(192,112,116); }
div.DivClassName
{
background-color: #C07074;
}
.BgClassName
{
background-color: #C07074;
}
</style>
border-color css
<style>
span { border-color: #C07074; }
span { border-color: rgb(192,112,116); }
td.TdClassName
{
border-color: #C07074;
}
.TagClassName
{
border-color: #C07074;
}
</style>