Shades of Dark Coral #C65D40
Tints of Dark Coral #C65D40
RGB
CMYK
RGB Variations
Color information
#C65D40 (or 0xC65D40) is known color: Dark Coral. HEX triplet: C6, 5D and 40. RGB value is (198,93,64). Sum of RGB (Red+Green+Blue) = 198+93+64=355 (47% of max value = 765). Red value is 198 (77.73% from 255 or 55.77% from 355); Green value is 93 (36.72% from 255 or 26.20% from 355); Blue value is 64 (25.39% from 255 or 18.03% from 355); Max value from RGB is 198 - color contains mainly: red. Hex color #C65D40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C65D40 is #39A2BF. Grayscale: #797979. Windows color (decimal): -3777216 or 4218310. OLE color: 4218310.
HSL color Cylindrical-coordinate representation of color #C65D40: hue angle of 12.99º 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 #C65D40 is Cyan = 0, Magento = 0.53, Yellow = 0.68 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 93 | 64 | - |
| CMYK | 0 | 0.53 | 0.68 | 0.22 |
| HSL | 12.99º | 0.54% | 0.51% | - |
| HSV(B) | 12.99º | 0.68% | 0.78% | - |
| XYZ | 28.13 | 20.2 | 7.27 | - |
| YUV | 121.09 | 95.79 | 182.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 93 | 64 | 0 | 0.53 | 0.68 | 0.22 | 12.99 | 0.54 | 0.51 |
| Hex | C6 | 5D | 40 | 0 | 35 | 44 | 16 | D | 36 | 33 |
| Octal | 306 | 135 | 100 | 0 | 65 | 104 | 26 | 15 | 66 | 63 |
| Binary | 11000110 | 1011101 | 1000000 | 0 | 110101 | 1000100 | 10110 | 1101 | 110110 | 110011 |
Color Harmonies of #C65D40
Complementary color
Monochromatic Colors of #C65D40
Black with #C65D40
Text Example
Text Example
White with #C65D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65D40; }
p { color: rgb(198,93,64); }
H1.HeaderClassName
{
color: #C65D40;
}
.AnyTagClassName
{
color: #C65D40;
}
</style>
background-color css
<style>
a { background-color: #C65D40; }
a { background-color: rgb(198,93,64); }
div.DivClassName
{
background-color: #C65D40;
}
.BgClassName
{
background-color: #C65D40;
}
</style>
border-color css
<style>
span { border-color: #C65D40; }
span { border-color: rgb(198,93,64); }
td.TdClassName
{
border-color: #C65D40;
}
.TagClassName
{
border-color: #C65D40;
}
</style>