Shades of Turkish Rose #C06A6D
Tints of Turkish Rose #C06A6D
RGB
CMYK
RGB Variations
Color information
#C06A6D (or 0xC06A6D) is known color: Turkish Rose. HEX triplet: C0, 6A and 6D. RGB value is (192,106,109). Sum of RGB (Red+Green+Blue) = 192+106+109=407 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.17% from 407); Green value is 106 (41.80% from 255 or 26.04% from 407); Blue value is 109 (42.97% from 255 or 26.78% from 407); Max value from RGB is 192 - color contains mainly: red. Hex color #C06A6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06A6D is #3F9592. Grayscale: #848484. Windows color (decimal): -4167059 or 7170752. OLE color: 7170752.
HSL color Cylindrical-coordinate representation of color #C06A6D: hue angle of 357.91º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C06A6D is Cyan = 0, Magento = 0.45, Yellow = 0.43 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 106 | 109 | - |
| CMYK | 0 | 0.45 | 0.43 | 0.25 |
| HSL | 357.91º | 0.41% | 0.58% | - |
| HSV(B) | 357.91º | 0.45% | 0.75% | - |
| XYZ | 29.65 | 22.62 | 17.27 | - |
| YUV | 132.06 | 114.99 | 170.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 106 | 109 | 0 | 0.45 | 0.43 | 0.25 | 357.91 | 0.41 | 0.58 |
| Hex | C0 | 6A | 6D | 0 | 2D | 2B | 19 | 166 | 29 | 3A |
| Octal | 300 | 152 | 155 | 0 | 55 | 53 | 31 | 546 | 51 | 72 |
| Binary | 11000000 | 1101010 | 1101101 | 0 | 101101 | 101011 | 11001 | 101100110 | 101001 | 111010 |
Color Harmonies of #C06A6D
Complementary color
Monochromatic Colors of #C06A6D
Black with #C06A6D
Text Example
Text Example
White with #C06A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06A6D; }
p { color: rgb(192,106,109); }
H1.HeaderClassName
{
color: #C06A6D;
}
.AnyTagClassName
{
color: #C06A6D;
}
</style>
background-color css
<style>
a { background-color: #C06A6D; }
a { background-color: rgb(192,106,109); }
div.DivClassName
{
background-color: #C06A6D;
}
.BgClassName
{
background-color: #C06A6D;
}
</style>
border-color css
<style>
span { border-color: #C06A6D; }
span { border-color: rgb(192,106,109); }
td.TdClassName
{
border-color: #C06A6D;
}
.TagClassName
{
border-color: #C06A6D;
}
</style>