Shades of Dark Coral #CE563D
Tints of Dark Coral #CE563D
RGB
CMYK
RGB Variations
Color information
#CE563D (or 0xCE563D) is known color: Dark Coral. HEX triplet: CE, 56 and 3D. RGB value is (206,86,61). Sum of RGB (Red+Green+Blue) = 206+86+61=353 (46% of max value = 765). Red value is 206 (80.86% from 255 or 58.36% from 353); Green value is 86 (33.98% from 255 or 24.36% from 353); Blue value is 61 (24.22% from 255 or 17.28% from 353); Max value from RGB is 206 - color contains mainly: red. Hex color #CE563D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE563D is #31A9C2. Grayscale: #777777. Windows color (decimal): -3254723 or 4019918. OLE color: 4019918.
HSL color Cylindrical-coordinate representation of color #CE563D: hue angle of 10.34º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CE563D is Cyan = 0, Magento = 0.58, Yellow = 0.70 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 86 | 61 | - |
| CMYK | 0 | 0.58 | 0.70 | 0.19 |
| HSL | 10.34º | 0.6% | 0.52% | - |
| HSV(B) | 10.34º | 0.7% | 0.81% | - |
| XYZ | 29.62 | 20.11 | 6.74 | - |
| YUV | 119.03 | 95.26 | 190.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 86 | 61 | 0 | 0.58 | 0.70 | 0.19 | 10.34 | 0.6 | 0.52 |
| Hex | CE | 56 | 3D | 0 | 3A | 46 | 13 | A | 3C | 34 |
| Octal | 316 | 126 | 75 | 0 | 72 | 106 | 23 | 12 | 74 | 64 |
| Binary | 11001110 | 1010110 | 111101 | 0 | 111010 | 1000110 | 10011 | 1010 | 111100 | 110100 |
Color Harmonies of #CE563D
Complementary color
Monochromatic Colors of #CE563D
Black with #CE563D
Text Example
Text Example
White with #CE563D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE563D; }
p { color: rgb(206,86,61); }
H1.HeaderClassName
{
color: #CE563D;
}
.AnyTagClassName
{
color: #CE563D;
}
</style>
background-color css
<style>
a { background-color: #CE563D; }
a { background-color: rgb(206,86,61); }
div.DivClassName
{
background-color: #CE563D;
}
.BgClassName
{
background-color: #CE563D;
}
</style>
border-color css
<style>
span { border-color: #CE563D; }
span { border-color: rgb(206,86,61); }
td.TdClassName
{
border-color: #CE563D;
}
.TagClassName
{
border-color: #CE563D;
}
</style>