Shades of Dark Coral #C65644
Tints of Dark Coral #C65644
RGB
CMYK
RGB Variations
Color information
#C65644 (or 0xC65644) is known color: Dark Coral. HEX triplet: C6, 56 and 44. RGB value is (198,86,68). Sum of RGB (Red+Green+Blue) = 198+86+68=352 (46% of max value = 765). Red value is 198 (77.73% from 255 or 56.25% from 352); Green value is 86 (33.98% from 255 or 24.43% from 352); Blue value is 68 (26.95% from 255 or 19.32% from 352); Max value from RGB is 198 - color contains mainly: red. Hex color #C65644 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C65644 is #39A9BB. Grayscale: #757575. Windows color (decimal): -3779004 or 4478662. OLE color: 4478662.
HSL color Cylindrical-coordinate representation of color #C65644: hue angle of 8.31º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C65644 is Cyan = 0, Magento = 0.57, Yellow = 0.66 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 86 | 68 | - |
| CMYK | 0 | 0.57 | 0.66 | 0.22 |
| HSL | 8.31º | 0.53% | 0.52% | - |
| HSV(B) | 8.31º | 0.66% | 0.78% | - |
| XYZ | 27.66 | 19.08 | 7.69 | - |
| YUV | 117.44 | 100.11 | 185.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 86 | 68 | 0 | 0.57 | 0.66 | 0.22 | 8.31 | 0.53 | 0.52 |
| Hex | C6 | 56 | 44 | 0 | 39 | 42 | 16 | 8 | 35 | 34 |
| Octal | 306 | 126 | 104 | 0 | 71 | 102 | 26 | 10 | 65 | 64 |
| Binary | 11000110 | 1010110 | 1000100 | 0 | 111001 | 1000010 | 10110 | 1000 | 110101 | 110100 |
Color Harmonies of #C65644
Complementary color
Monochromatic Colors of #C65644
Black with #C65644
Text Example
Text Example
White with #C65644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65644; }
p { color: rgb(198,86,68); }
H1.HeaderClassName
{
color: #C65644;
}
.AnyTagClassName
{
color: #C65644;
}
</style>
background-color css
<style>
a { background-color: #C65644; }
a { background-color: rgb(198,86,68); }
div.DivClassName
{
background-color: #C65644;
}
.BgClassName
{
background-color: #C65644;
}
</style>
border-color css
<style>
span { border-color: #C65644; }
span { border-color: rgb(198,86,68); }
td.TdClassName
{
border-color: #C65644;
}
.TagClassName
{
border-color: #C65644;
}
</style>