Shades of Dark Coral #C4563F
Tints of Dark Coral #C4563F
RGB
CMYK
RGB Variations
Color information
#C4563F (or 0xC4563F) is known color: Dark Coral. HEX triplet: C4, 56 and 3F. RGB value is (196,86,63). Sum of RGB (Red+Green+Blue) = 196+86+63=345 (45% of max value = 765). Red value is 196 (76.95% from 255 or 56.81% from 345); Green value is 86 (33.98% from 255 or 24.93% from 345); Blue value is 63 (25% from 255 or 18.26% from 345); Max value from RGB is 196 - color contains mainly: red. Hex color #C4563F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C4563F is #3BA9C0. Grayscale: #747474. Windows color (decimal): -3910081 or 4150980. OLE color: 4150980.
HSL color Cylindrical-coordinate representation of color #C4563F: hue angle of 10.38º degrees, saturation: 0.53, 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 #C4563F is Cyan = 0, Magento = 0.56, Yellow = 0.68 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 86 | 63 | - |
| CMYK | 0 | 0.56 | 0.68 | 0.23 |
| HSL | 10.38º | 0.53% | 0.51% | - |
| HSV(B) | 10.38º | 0.68% | 0.77% | - |
| XYZ | 26.99 | 18.75 | 6.9 | - |
| YUV | 116.27 | 97.94 | 184.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 86 | 63 | 0 | 0.56 | 0.68 | 0.23 | 10.38 | 0.53 | 0.51 |
| Hex | C4 | 56 | 3F | 0 | 38 | 44 | 17 | A | 35 | 33 |
| Octal | 304 | 126 | 77 | 0 | 70 | 104 | 27 | 12 | 65 | 63 |
| Binary | 11000100 | 1010110 | 111111 | 0 | 111000 | 1000100 | 10111 | 1010 | 110101 | 110011 |
Color Harmonies of #C4563F
Complementary color
Monochromatic Colors of #C4563F
Black with #C4563F
Text Example
Text Example
White with #C4563F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4563F; }
p { color: rgb(196,86,63); }
H1.HeaderClassName
{
color: #C4563F;
}
.AnyTagClassName
{
color: #C4563F;
}
</style>
background-color css
<style>
a { background-color: #C4563F; }
a { background-color: rgb(196,86,63); }
div.DivClassName
{
background-color: #C4563F;
}
.BgClassName
{
background-color: #C4563F;
}
</style>
border-color css
<style>
span { border-color: #C4563F; }
span { border-color: rgb(196,86,63); }
td.TdClassName
{
border-color: #C4563F;
}
.TagClassName
{
border-color: #C4563F;
}
</style>