Shades of Turkish Rose #C36C72
Tints of Turkish Rose #C36C72
RGB
CMYK
RGB Variations
Color information
#C36C72 (or 0xC36C72) is known color: Turkish Rose. HEX triplet: C3, 6C and 72. RGB value is (195,108,114). Sum of RGB (Red+Green+Blue) = 195+108+114=417 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.76% from 417); Green value is 108 (42.58% from 255 or 25.90% from 417); Blue value is 114 (44.92% from 255 or 27.34% from 417); Max value from RGB is 195 - color contains mainly: red. Hex color #C36C72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C36C72 is #3C938D. Grayscale: #868686. Windows color (decimal): -3969934 or 7498947. OLE color: 7498947.
HSL color Cylindrical-coordinate representation of color #C36C72: hue angle of 355.86º 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 #C36C72 is Cyan = 0, Magento = 0.45, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 108 | 114 | - |
| CMYK | 0 | 0.45 | 0.42 | 0.24 |
| HSL | 355.86º | 0.42% | 0.59% | - |
| HSV(B) | 355.86º | 0.45% | 0.76% | - |
| XYZ | 30.91 | 23.54 | 18.83 | - |
| YUV | 134.7 | 116.32 | 171.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 108 | 114 | 0 | 0.45 | 0.42 | 0.24 | 355.86 | 0.42 | 0.59 |
| Hex | C3 | 6C | 72 | 0 | 2D | 2A | 18 | 164 | 2A | 3B |
| Octal | 303 | 154 | 162 | 0 | 55 | 52 | 30 | 544 | 52 | 73 |
| Binary | 11000011 | 1101100 | 1110010 | 0 | 101101 | 101010 | 11000 | 101100100 | 101010 | 111011 |
Color Harmonies of #C36C72
Complementary color
Monochromatic Colors of #C36C72
Black with #C36C72
Text Example
Text Example
White with #C36C72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36C72; }
p { color: rgb(195,108,114); }
H1.HeaderClassName
{
color: #C36C72;
}
.AnyTagClassName
{
color: #C36C72;
}
</style>
background-color css
<style>
a { background-color: #C36C72; }
a { background-color: rgb(195,108,114); }
div.DivClassName
{
background-color: #C36C72;
}
.BgClassName
{
background-color: #C36C72;
}
</style>
border-color css
<style>
span { border-color: #C36C72; }
span { border-color: rgb(195,108,114); }
td.TdClassName
{
border-color: #C36C72;
}
.TagClassName
{
border-color: #C36C72;
}
</style>