Shades of Dark Coral #C5563F
Tints of Dark Coral #C5563F
RGB
CMYK
RGB Variations
Color information
#C5563F (or 0xC5563F) is known color: Dark Coral. HEX triplet: C5, 56 and 3F. RGB value is (197,86,63). Sum of RGB (Red+Green+Blue) = 197+86+63=346 (45% of max value = 765). Red value is 197 (77.34% from 255 or 56.94% from 346); Green value is 86 (33.98% from 255 or 24.86% from 346); Blue value is 63 (25% from 255 or 18.21% from 346); Max value from RGB is 197 - color contains mainly: red. Hex color #C5563F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C5563F is #3AA9C0. Grayscale: #747474. Windows color (decimal): -3844545 or 4150981. OLE color: 4150981.
HSL color Cylindrical-coordinate representation of color #C5563F: hue angle of 10.3º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C5563F is Cyan = 0, Magento = 0.56, Yellow = 0.68 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 86 | 63 | - |
| CMYK | 0 | 0.56 | 0.68 | 0.23 |
| HSL | 10.3º | 0.54% | 0.51% | - |
| HSV(B) | 10.3º | 0.68% | 0.77% | - |
| XYZ | 27.25 | 18.88 | 6.91 | - |
| YUV | 116.57 | 97.77 | 185.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 86 | 63 | 0 | 0.56 | 0.68 | 0.23 | 10.3 | 0.54 | 0.51 |
| Hex | C5 | 56 | 3F | 0 | 38 | 44 | 17 | A | 36 | 33 |
| Octal | 305 | 126 | 77 | 0 | 70 | 104 | 27 | 12 | 66 | 63 |
| Binary | 11000101 | 1010110 | 111111 | 0 | 111000 | 1000100 | 10111 | 1010 | 110110 | 110011 |
Color Harmonies of #C5563F
Complementary color
Monochromatic Colors of #C5563F
Black with #C5563F
Text Example
Text Example
White with #C5563F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5563F; }
p { color: rgb(197,86,63); }
H1.HeaderClassName
{
color: #C5563F;
}
.AnyTagClassName
{
color: #C5563F;
}
</style>
background-color css
<style>
a { background-color: #C5563F; }
a { background-color: rgb(197,86,63); }
div.DivClassName
{
background-color: #C5563F;
}
.BgClassName
{
background-color: #C5563F;
}
</style>
border-color css
<style>
span { border-color: #C5563F; }
span { border-color: rgb(197,86,63); }
td.TdClassName
{
border-color: #C5563F;
}
.TagClassName
{
border-color: #C5563F;
}
</style>