Shades of Dark Coral #C6563F
Tints of Dark Coral #C6563F
RGB
CMYK
RGB Variations
Color information
#C6563F (or 0xC6563F) is known color: Dark Coral. HEX triplet: C6, 56 and 3F. RGB value is (198,86,63). Sum of RGB (Red+Green+Blue) = 198+86+63=347 (45% of max value = 765). Red value is 198 (77.73% from 255 or 57.06% from 347); Green value is 86 (33.98% from 255 or 24.78% from 347); Blue value is 63 (25% from 255 or 18.16% from 347); Max value from RGB is 198 - color contains mainly: red. Hex color #C6563F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C6563F is #39A9C0. Grayscale: #757575. Windows color (decimal): -3779009 or 4150982. OLE color: 4150982.
HSL color Cylindrical-coordinate representation of color #C6563F: hue angle of 10.22º 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 #C6563F is Cyan = 0, Magento = 0.57, Yellow = 0.68 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 86 | 63 | - |
| CMYK | 0 | 0.57 | 0.68 | 0.22 |
| HSL | 10.22º | 0.54% | 0.51% | - |
| HSV(B) | 10.22º | 0.68% | 0.78% | - |
| XYZ | 27.51 | 19.02 | 6.92 | - |
| YUV | 116.87 | 97.61 | 185.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 86 | 63 | 0 | 0.57 | 0.68 | 0.22 | 10.22 | 0.54 | 0.51 |
| Hex | C6 | 56 | 3F | 0 | 39 | 44 | 16 | A | 36 | 33 |
| Octal | 306 | 126 | 77 | 0 | 71 | 104 | 26 | 12 | 66 | 63 |
| Binary | 11000110 | 1010110 | 111111 | 0 | 111001 | 1000100 | 10110 | 1010 | 110110 | 110011 |
Color Harmonies of #C6563F
Complementary color
Monochromatic Colors of #C6563F
Black with #C6563F
Text Example
Text Example
White with #C6563F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6563F; }
p { color: rgb(198,86,63); }
H1.HeaderClassName
{
color: #C6563F;
}
.AnyTagClassName
{
color: #C6563F;
}
</style>
background-color css
<style>
a { background-color: #C6563F; }
a { background-color: rgb(198,86,63); }
div.DivClassName
{
background-color: #C6563F;
}
.BgClassName
{
background-color: #C6563F;
}
</style>
border-color css
<style>
span { border-color: #C6563F; }
span { border-color: rgb(198,86,63); }
td.TdClassName
{
border-color: #C6563F;
}
.TagClassName
{
border-color: #C6563F;
}
</style>