Shades of Turkish Rose #C26B72
Tints of Turkish Rose #C26B72
RGB
CMYK
RGB Variations
Color information
#C26B72 (or 0xC26B72) is known color: Turkish Rose. HEX triplet: C2, 6B and 72. RGB value is (194,107,114). Sum of RGB (Red+Green+Blue) = 194+107+114=415 (54% of max value = 765). Red value is 194 (76.17% from 255 or 46.75% from 415); Green value is 107 (42.19% from 255 or 25.78% from 415); Blue value is 114 (44.92% from 255 or 27.47% from 415); Max value from RGB is 194 - color contains mainly: red. Hex color #C26B72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C26B72 is #3D948D. Grayscale: #858585. Windows color (decimal): -4035726 or 7498690. OLE color: 7498690.
HSL color Cylindrical-coordinate representation of color #C26B72: hue angle of 355.17º degrees, saturation: 0.42, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C26B72 is Cyan = 0, Magento = 0.45, Yellow = 0.41 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 107 | 114 | - |
| CMYK | 0 | 0.45 | 0.41 | 0.24 |
| HSL | 355.17º | 0.42% | 0.59% | - |
| HSV(B) | 355.17º | 0.45% | 0.76% | - |
| XYZ | 30.54 | 23.2 | 18.79 | - |
| YUV | 133.81 | 116.82 | 170.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 107 | 114 | 0 | 0.45 | 0.41 | 0.24 | 355.17 | 0.42 | 0.59 |
| Hex | C2 | 6B | 72 | 0 | 2D | 29 | 18 | 163 | 2A | 3B |
| Octal | 302 | 153 | 162 | 0 | 55 | 51 | 30 | 543 | 52 | 73 |
| Binary | 11000010 | 1101011 | 1110010 | 0 | 101101 | 101001 | 11000 | 101100011 | 101010 | 111011 |
Color Harmonies of #C26B72
Complementary color
Monochromatic Colors of #C26B72
Black with #C26B72
Text Example
Text Example
White with #C26B72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C26B72; }
p { color: rgb(194,107,114); }
H1.HeaderClassName
{
color: #C26B72;
}
.AnyTagClassName
{
color: #C26B72;
}
</style>
background-color css
<style>
a { background-color: #C26B72; }
a { background-color: rgb(194,107,114); }
div.DivClassName
{
background-color: #C26B72;
}
.BgClassName
{
background-color: #C26B72;
}
</style>
border-color css
<style>
span { border-color: #C26B72; }
span { border-color: rgb(194,107,114); }
td.TdClassName
{
border-color: #C26B72;
}
.TagClassName
{
border-color: #C26B72;
}
</style>