Shades of Dark Coral #C65740
Tints of Dark Coral #C65740
RGB
CMYK
RGB Variations
Color information
#C65740 (or 0xC65740) is known color: Dark Coral. HEX triplet: C6, 57 and 40. RGB value is (198,87,64). Sum of RGB (Red+Green+Blue) = 198+87+64=349 (46% of max value = 765). Red value is 198 (77.73% from 255 or 56.73% from 349); Green value is 87 (34.38% from 255 or 24.93% from 349); Blue value is 64 (25.39% from 255 or 18.34% from 349); Max value from RGB is 198 - color contains mainly: red. Hex color #C65740 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C65740 is #39A8BF. Grayscale: #757575. Windows color (decimal): -3778752 or 4216774. OLE color: 4216774.
HSL color Cylindrical-coordinate representation of color #C65740: hue angle of 10.3º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C65740 is Cyan = 0, Magento = 0.56, Yellow = 0.68 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 87 | 64 | - |
| CMYK | 0 | 0.56 | 0.68 | 0.22 |
| HSL | 10.3º | 0.54% | 0.51% | - |
| HSV(B) | 10.3º | 0.68% | 0.78% | - |
| XYZ | 27.62 | 19.19 | 7.1 | - |
| YUV | 117.57 | 97.77 | 185.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 87 | 64 | 0 | 0.56 | 0.68 | 0.22 | 10.3 | 0.54 | 0.51 |
| Hex | C6 | 57 | 40 | 0 | 38 | 44 | 16 | A | 36 | 33 |
| Octal | 306 | 127 | 100 | 0 | 70 | 104 | 26 | 12 | 66 | 63 |
| Binary | 11000110 | 1010111 | 1000000 | 0 | 111000 | 1000100 | 10110 | 1010 | 110110 | 110011 |
Color Harmonies of #C65740
Complementary color
Monochromatic Colors of #C65740
Black with #C65740
Text Example
Text Example
White with #C65740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65740; }
p { color: rgb(198,87,64); }
H1.HeaderClassName
{
color: #C65740;
}
.AnyTagClassName
{
color: #C65740;
}
</style>
background-color css
<style>
a { background-color: #C65740; }
a { background-color: rgb(198,87,64); }
div.DivClassName
{
background-color: #C65740;
}
.BgClassName
{
background-color: #C65740;
}
</style>
border-color css
<style>
span { border-color: #C65740; }
span { border-color: rgb(198,87,64); }
td.TdClassName
{
border-color: #C65740;
}
.TagClassName
{
border-color: #C65740;
}
</style>