Shades of Dark Coral #CF563D
Tints of Dark Coral #CF563D
RGB
CMYK
RGB Variations
Color information
#CF563D (or 0xCF563D) is known color: Dark Coral. HEX triplet: CF, 56 and 3D. RGB value is (207,86,61). Sum of RGB (Red+Green+Blue) = 207+86+61=354 (46% of max value = 765). Red value is 207 (81.25% from 255 or 58.47% from 354); Green value is 86 (33.98% from 255 or 24.29% from 354); Blue value is 61 (24.22% from 255 or 17.23% from 354); Max value from RGB is 207 - color contains mainly: red. Hex color #CF563D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF563D is #30A9C2. Grayscale: #777777. Windows color (decimal): -3189187 or 4019919. OLE color: 4019919.
HSL color Cylindrical-coordinate representation of color #CF563D: hue angle of 10.27º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CF563D is Cyan = 0, Magento = 0.58, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 86 | 61 | - |
| CMYK | 0 | 0.58 | 0.71 | 0.19 |
| HSL | 10.27º | 0.6% | 0.53% | - |
| HSV(B) | 10.27º | 0.71% | 0.81% | - |
| XYZ | 29.9 | 20.26 | 6.75 | - |
| YUV | 119.33 | 95.09 | 190.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 86 | 61 | 0 | 0.58 | 0.71 | 0.19 | 10.27 | 0.6 | 0.53 |
| Hex | CF | 56 | 3D | 0 | 3A | 47 | 13 | A | 3C | 35 |
| Octal | 317 | 126 | 75 | 0 | 72 | 107 | 23 | 12 | 74 | 65 |
| Binary | 11001111 | 1010110 | 111101 | 0 | 111010 | 1000111 | 10011 | 1010 | 111100 | 110101 |
Color Harmonies of #CF563D
Complementary color
Monochromatic Colors of #CF563D
Black with #CF563D
Text Example
Text Example
White with #CF563D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF563D; }
p { color: rgb(207,86,61); }
H1.HeaderClassName
{
color: #CF563D;
}
.AnyTagClassName
{
color: #CF563D;
}
</style>
background-color css
<style>
a { background-color: #CF563D; }
a { background-color: rgb(207,86,61); }
div.DivClassName
{
background-color: #CF563D;
}
.BgClassName
{
background-color: #CF563D;
}
</style>
border-color css
<style>
span { border-color: #CF563D; }
span { border-color: rgb(207,86,61); }
td.TdClassName
{
border-color: #CF563D;
}
.TagClassName
{
border-color: #CF563D;
}
</style>