Shades of Turkish Rose #C0696C
Tints of Turkish Rose #C0696C
RGB
CMYK
RGB Variations
Color information
#C0696C (or 0xC0696C) is known color: Turkish Rose. HEX triplet: C0, 69 and 6C. RGB value is (192,105,108). Sum of RGB (Red+Green+Blue) = 192+105+108=405 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.41% from 405); Green value is 105 (41.41% from 255 or 25.93% from 405); Blue value is 108 (42.58% from 255 or 26.67% from 405); Max value from RGB is 192 - color contains mainly: red. Hex color #C0696C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0696C is #3F9693. Grayscale: #838383. Windows color (decimal): -4167316 or 7104960. OLE color: 7104960.
HSL color Cylindrical-coordinate representation of color #C0696C: hue angle of 357.93º 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 #C0696C is Cyan = 0, Magento = 0.45, Yellow = 0.44 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 105 | 108 | - |
| CMYK | 0 | 0.45 | 0.44 | 0.25 |
| HSL | 357.93º | 0.41% | 0.58% | - |
| HSV(B) | 357.93º | 0.45% | 0.75% | - |
| XYZ | 29.5 | 22.39 | 16.95 | - |
| YUV | 131.36 | 114.82 | 171.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 105 | 108 | 0 | 0.45 | 0.44 | 0.25 | 357.93 | 0.41 | 0.58 |
| Hex | C0 | 69 | 6C | 0 | 2D | 2C | 19 | 166 | 29 | 3A |
| Octal | 300 | 151 | 154 | 0 | 55 | 54 | 31 | 546 | 51 | 72 |
| Binary | 11000000 | 1101001 | 1101100 | 0 | 101101 | 101100 | 11001 | 101100110 | 101001 | 111010 |
Color Harmonies of #C0696C
Complementary color
Monochromatic Colors of #C0696C
Black with #C0696C
Text Example
Text Example
White with #C0696C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0696C; }
p { color: rgb(192,105,108); }
H1.HeaderClassName
{
color: #C0696C;
}
.AnyTagClassName
{
color: #C0696C;
}
</style>
background-color css
<style>
a { background-color: #C0696C; }
a { background-color: rgb(192,105,108); }
div.DivClassName
{
background-color: #C0696C;
}
.BgClassName
{
background-color: #C0696C;
}
</style>
border-color css
<style>
span { border-color: #C0696C; }
span { border-color: rgb(192,105,108); }
td.TdClassName
{
border-color: #C0696C;
}
.TagClassName
{
border-color: #C0696C;
}
</style>