Shades of Turkish Rose #C26E72
Tints of Turkish Rose #C26E72
RGB
CMYK
RGB Variations
Color information
#C26E72 (or 0xC26E72) is known color: Turkish Rose. HEX triplet: C2, 6E and 72. RGB value is (194,110,114). Sum of RGB (Red+Green+Blue) = 194+110+114=418 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.41% from 418); Green value is 110 (43.36% from 255 or 26.32% from 418); Blue value is 114 (44.92% from 255 or 27.27% from 418); Max value from RGB is 194 - color contains mainly: red. Hex color #C26E72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C26E72 is #3D918D. Grayscale: #878787. Windows color (decimal): -4034958 or 7499458. OLE color: 7499458.
HSL color Cylindrical-coordinate representation of color #C26E72: hue angle of 357.14º degrees, saturation: 0.41, 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 #C26E72 is Cyan = 0, Magento = 0.43, Yellow = 0.41 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 110 | 114 | - |
| CMYK | 0 | 0.43 | 0.41 | 0.24 |
| HSL | 357.14º | 0.41% | 0.6% | - |
| HSV(B) | 357.14º | 0.43% | 0.76% | - |
| XYZ | 30.86 | 23.84 | 18.89 | - |
| YUV | 135.57 | 115.83 | 169.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 110 | 114 | 0 | 0.43 | 0.41 | 0.24 | 357.14 | 0.41 | 0.6 |
| Hex | C2 | 6E | 72 | 0 | 2B | 29 | 18 | 165 | 29 | 3C |
| Octal | 302 | 156 | 162 | 0 | 53 | 51 | 30 | 545 | 51 | 74 |
| Binary | 11000010 | 1101110 | 1110010 | 0 | 101011 | 101001 | 11000 | 101100101 | 101001 | 111100 |
Color Harmonies of #C26E72
Complementary color
Monochromatic Colors of #C26E72
Black with #C26E72
Text Example
Text Example
White with #C26E72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C26E72; }
p { color: rgb(194,110,114); }
H1.HeaderClassName
{
color: #C26E72;
}
.AnyTagClassName
{
color: #C26E72;
}
</style>
background-color css
<style>
a { background-color: #C26E72; }
a { background-color: rgb(194,110,114); }
div.DivClassName
{
background-color: #C26E72;
}
.BgClassName
{
background-color: #C26E72;
}
</style>
border-color css
<style>
span { border-color: #C26E72; }
span { border-color: rgb(194,110,114); }
td.TdClassName
{
border-color: #C26E72;
}
.TagClassName
{
border-color: #C26E72;
}
</style>