Shades of Turkish Rose #C26F73
Tints of Turkish Rose #C26F73
RGB
CMYK
RGB Variations
Color information
#C26F73 (or 0xC26F73) is known color: Turkish Rose. HEX triplet: C2, 6F and 73. RGB value is (194,111,115). Sum of RGB (Red+Green+Blue) = 194+111+115=420 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.19% from 420); Green value is 111 (43.75% from 255 or 26.43% from 420); Blue value is 115 (45.31% from 255 or 27.38% from 420); Max value from RGB is 194 - color contains mainly: red. Hex color #C26F73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C26F73 is #3D908C. Grayscale: #888888. Windows color (decimal): -4034701 or 7565250. OLE color: 7565250.
HSL color Cylindrical-coordinate representation of color #C26F73: hue angle of 357.11º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C26F73 is Cyan = 0, Magento = 0.43, Yellow = 0.41 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 111 | 115 | - |
| CMYK | 0 | 0.43 | 0.41 | 0.24 |
| HSL | 357.11º | 0.4% | 0.6% | - |
| HSV(B) | 357.11º | 0.43% | 0.76% | - |
| XYZ | 31.03 | 24.08 | 19.23 | - |
| YUV | 136.27 | 116 | 169.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 111 | 115 | 0 | 0.43 | 0.41 | 0.24 | 357.11 | 0.4 | 0.6 |
| Hex | C2 | 6F | 73 | 0 | 2B | 29 | 18 | 165 | 28 | 3C |
| Octal | 302 | 157 | 163 | 0 | 53 | 51 | 30 | 545 | 50 | 74 |
| Binary | 11000010 | 1101111 | 1110011 | 0 | 101011 | 101001 | 11000 | 101100101 | 101000 | 111100 |
Color Harmonies of #C26F73
Complementary color
Monochromatic Colors of #C26F73
Black with #C26F73
Text Example
Text Example
White with #C26F73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C26F73; }
p { color: rgb(194,111,115); }
H1.HeaderClassName
{
color: #C26F73;
}
.AnyTagClassName
{
color: #C26F73;
}
</style>
background-color css
<style>
a { background-color: #C26F73; }
a { background-color: rgb(194,111,115); }
div.DivClassName
{
background-color: #C26F73;
}
.BgClassName
{
background-color: #C26F73;
}
</style>
border-color css
<style>
span { border-color: #C26F73; }
span { border-color: rgb(194,111,115); }
td.TdClassName
{
border-color: #C26F73;
}
.TagClassName
{
border-color: #C26F73;
}
</style>