Shades of Turkish Rose #C36F71
Tints of Turkish Rose #C36F71
RGB
CMYK
RGB Variations
Color information
#C36F71 (or 0xC36F71) is known color: Turkish Rose. HEX triplet: C3, 6F and 71. RGB value is (195,111,113). Sum of RGB (Red+Green+Blue) = 195+111+113=419 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.54% from 419); Green value is 111 (43.75% from 255 or 26.49% from 419); Blue value is 113 (44.53% from 255 or 26.97% from 419); Max value from RGB is 195 - color contains mainly: red. Hex color #C36F71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C36F71 is #3C908E. Grayscale: #888888. Windows color (decimal): -3969167 or 7434179. OLE color: 7434179.
HSL color Cylindrical-coordinate representation of color #C36F71: hue angle of 358.57º 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 #C36F71 is Cyan = 0, Magento = 0.43, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 111 | 113 | - |
| CMYK | 0 | 0.43 | 0.42 | 0.24 |
| HSL | 358.57º | 0.41% | 0.6% | - |
| HSV(B) | 358.57º | 0.43% | 0.76% | - |
| XYZ | 31.17 | 24.16 | 18.64 | - |
| YUV | 136.34 | 114.83 | 169.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 111 | 113 | 0 | 0.43 | 0.42 | 0.24 | 358.57 | 0.41 | 0.6 |
| Hex | C3 | 6F | 71 | 0 | 2B | 2A | 18 | 167 | 29 | 3C |
| Octal | 303 | 157 | 161 | 0 | 53 | 52 | 30 | 547 | 51 | 74 |
| Binary | 11000011 | 1101111 | 1110001 | 0 | 101011 | 101010 | 11000 | 101100111 | 101001 | 111100 |
Color Harmonies of #C36F71
Complementary color
Monochromatic Colors of #C36F71
Black with #C36F71
Text Example
Text Example
White with #C36F71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36F71; }
p { color: rgb(195,111,113); }
H1.HeaderClassName
{
color: #C36F71;
}
.AnyTagClassName
{
color: #C36F71;
}
</style>
background-color css
<style>
a { background-color: #C36F71; }
a { background-color: rgb(195,111,113); }
div.DivClassName
{
background-color: #C36F71;
}
.BgClassName
{
background-color: #C36F71;
}
</style>
border-color css
<style>
span { border-color: #C36F71; }
span { border-color: rgb(195,111,113); }
td.TdClassName
{
border-color: #C36F71;
}
.TagClassName
{
border-color: #C36F71;
}
</style>