Shades of Turkish Rose #C26F74
Tints of Turkish Rose #C26F74
RGB
CMYK
RGB Variations
Color information
#C26F74 (or 0xC26F74) is known color: Turkish Rose. HEX triplet: C2, 6F and 74. RGB value is (194,111,116). Sum of RGB (Red+Green+Blue) = 194+111+116=421 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.08% from 421); Green value is 111 (43.75% from 255 or 26.37% from 421); Blue value is 116 (45.70% from 255 or 27.55% from 421); Max value from RGB is 194 - color contains mainly: red. Hex color #C26F74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C26F74 is #3D908B. Grayscale: #888888. Windows color (decimal): -4034700 or 7630786. OLE color: 7630786.
HSL color Cylindrical-coordinate representation of color #C26F74: hue angle of 356.39º 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 #C26F74 is Cyan = 0, Magento = 0.43, Yellow = 0.40 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 111 | 116 | - |
| CMYK | 0 | 0.43 | 0.40 | 0.24 |
| HSL | 356.39º | 0.4% | 0.6% | - |
| HSV(B) | 356.39º | 0.43% | 0.76% | - |
| XYZ | 31.08 | 24.1 | 19.54 | - |
| YUV | 136.39 | 116.5 | 169.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 111 | 116 | 0 | 0.43 | 0.40 | 0.24 | 356.39 | 0.4 | 0.6 |
| Hex | C2 | 6F | 74 | 0 | 2B | 28 | 18 | 164 | 28 | 3C |
| Octal | 302 | 157 | 164 | 0 | 53 | 50 | 30 | 544 | 50 | 74 |
| Binary | 11000010 | 1101111 | 1110100 | 0 | 101011 | 101000 | 11000 | 101100100 | 101000 | 111100 |
Color Harmonies of #C26F74
Complementary color
Monochromatic Colors of #C26F74
Black with #C26F74
Text Example
Text Example
White with #C26F74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C26F74; }
p { color: rgb(194,111,116); }
H1.HeaderClassName
{
color: #C26F74;
}
.AnyTagClassName
{
color: #C26F74;
}
</style>
background-color css
<style>
a { background-color: #C26F74; }
a { background-color: rgb(194,111,116); }
div.DivClassName
{
background-color: #C26F74;
}
.BgClassName
{
background-color: #C26F74;
}
</style>
border-color css
<style>
span { border-color: #C26F74; }
span { border-color: rgb(194,111,116); }
td.TdClassName
{
border-color: #C26F74;
}
.TagClassName
{
border-color: #C26F74;
}
</style>