Shades of Turkish Rose #C26F71
Tints of Turkish Rose #C26F71
RGB
CMYK
RGB Variations
Color information
#C26F71 (or 0xC26F71) is known color: Turkish Rose. HEX triplet: C2, 6F and 71. RGB value is (194,111,113). Sum of RGB (Red+Green+Blue) = 194+111+113=418 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.41% from 418); Green value is 111 (43.75% from 255 or 26.56% from 418); Blue value is 113 (44.53% from 255 or 27.03% from 418); Max value from RGB is 194 - color contains mainly: red. Hex color #C26F71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C26F71 is #3D908E. Grayscale: #888888. Windows color (decimal): -4034703 or 7434178. OLE color: 7434178.
HSL color Cylindrical-coordinate representation of color #C26F71: hue angle of 358.55º 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 #C26F71 is Cyan = 0, Magento = 0.43, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 111 | 113 | - |
| CMYK | 0 | 0.43 | 0.42 | 0.24 |
| HSL | 358.55º | 0.4% | 0.6% | - |
| HSV(B) | 358.55º | 0.43% | 0.76% | - |
| XYZ | 30.91 | 24.03 | 18.63 | - |
| YUV | 136.05 | 115 | 169.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 111 | 113 | 0 | 0.43 | 0.42 | 0.24 | 358.55 | 0.4 | 0.6 |
| Hex | C2 | 6F | 71 | 0 | 2B | 2A | 18 | 167 | 28 | 3C |
| Octal | 302 | 157 | 161 | 0 | 53 | 52 | 30 | 547 | 50 | 74 |
| Binary | 11000010 | 1101111 | 1110001 | 0 | 101011 | 101010 | 11000 | 101100111 | 101000 | 111100 |
Color Harmonies of #C26F71
Complementary color
Monochromatic Colors of #C26F71
Black with #C26F71
Text Example
Text Example
White with #C26F71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C26F71; }
p { color: rgb(194,111,113); }
H1.HeaderClassName
{
color: #C26F71;
}
.AnyTagClassName
{
color: #C26F71;
}
</style>
background-color css
<style>
a { background-color: #C26F71; }
a { background-color: rgb(194,111,113); }
div.DivClassName
{
background-color: #C26F71;
}
.BgClassName
{
background-color: #C26F71;
}
</style>
border-color css
<style>
span { border-color: #C26F71; }
span { border-color: rgb(194,111,113); }
td.TdClassName
{
border-color: #C26F71;
}
.TagClassName
{
border-color: #C26F71;
}
</style>