Shades of Turkish Rose #C06F72
Tints of Turkish Rose #C06F72
RGB
CMYK
RGB Variations
Color information
#C06F72 (or 0xC06F72) is known color: Turkish Rose. HEX triplet: C0, 6F and 72. RGB value is (192,111,114). Sum of RGB (Red+Green+Blue) = 192+111+114=417 (55% of max value = 765). Red value is 192 (75.39% from 255 or 46.04% from 417); Green value is 111 (43.75% from 255 or 26.62% from 417); Blue value is 114 (44.92% from 255 or 27.34% from 417); Max value from RGB is 192 - color contains mainly: red. Hex color #C06F72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06F72 is #3F908D. Grayscale: #878787. Windows color (decimal): -4165774 or 7499712. OLE color: 7499712.
HSL color Cylindrical-coordinate representation of color #C06F72: hue angle of 357.78º 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 #C06F72 is Cyan = 0, Magento = 0.42, Yellow = 0.41 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 111 | 114 | - |
| CMYK | 0 | 0.42 | 0.41 | 0.25 |
| HSL | 357.78º | 0.39% | 0.59% | - |
| HSV(B) | 357.78º | 0.42% | 0.75% | - |
| XYZ | 30.46 | 23.79 | 18.91 | - |
| YUV | 135.56 | 115.84 | 168.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 111 | 114 | 0 | 0.42 | 0.41 | 0.25 | 357.78 | 0.39 | 0.59 |
| Hex | C0 | 6F | 72 | 0 | 2A | 29 | 19 | 166 | 27 | 3B |
| Octal | 300 | 157 | 162 | 0 | 52 | 51 | 31 | 546 | 47 | 73 |
| Binary | 11000000 | 1101111 | 1110010 | 0 | 101010 | 101001 | 11001 | 101100110 | 100111 | 111011 |
Color Harmonies of #C06F72
Complementary color
Monochromatic Colors of #C06F72
Black with #C06F72
Text Example
Text Example
White with #C06F72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06F72; }
p { color: rgb(192,111,114); }
H1.HeaderClassName
{
color: #C06F72;
}
.AnyTagClassName
{
color: #C06F72;
}
</style>
background-color css
<style>
a { background-color: #C06F72; }
a { background-color: rgb(192,111,114); }
div.DivClassName
{
background-color: #C06F72;
}
.BgClassName
{
background-color: #C06F72;
}
</style>
border-color css
<style>
span { border-color: #C06F72; }
span { border-color: rgb(192,111,114); }
td.TdClassName
{
border-color: #C06F72;
}
.TagClassName
{
border-color: #C06F72;
}
</style>