Shades of Dark Coral #CF563B
Tints of Dark Coral #CF563B
RGB
CMYK
RGB Variations
Color information
#CF563B (or 0xCF563B) is known color: Dark Coral. HEX triplet: CF, 56 and 3B. RGB value is (207,86,59). Sum of RGB (Red+Green+Blue) = 207+86+59=352 (46% of max value = 765). Red value is 207 (81.25% from 255 or 58.81% from 352); Green value is 86 (33.98% from 255 or 24.43% from 352); Blue value is 59 (23.44% from 255 or 16.76% from 352); Max value from RGB is 207 - color contains mainly: red. Hex color #CF563B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF563B is #30A9C4. Grayscale: #777777. Windows color (decimal): -3189189 or 3888847. OLE color: 3888847.
HSL color Cylindrical-coordinate representation of color #CF563B: hue angle of 10.95º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CF563B is Cyan = 0, Magento = 0.58, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 86 | 59 | - |
| CMYK | 0 | 0.58 | 0.71 | 0.19 |
| HSL | 10.95º | 0.61% | 0.52% | - |
| HSV(B) | 10.95º | 0.71% | 0.81% | - |
| XYZ | 29.85 | 20.24 | 6.47 | - |
| YUV | 119.1 | 94.09 | 190.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 86 | 59 | 0 | 0.58 | 0.71 | 0.19 | 10.95 | 0.61 | 0.52 |
| Hex | CF | 56 | 3B | 0 | 3A | 47 | 13 | B | 3D | 34 |
| Octal | 317 | 126 | 73 | 0 | 72 | 107 | 23 | 13 | 75 | 64 |
| Binary | 11001111 | 1010110 | 111011 | 0 | 111010 | 1000111 | 10011 | 1011 | 111101 | 110100 |
Color Harmonies of #CF563B
Complementary color
Monochromatic Colors of #CF563B
Black with #CF563B
Text Example
Text Example
White with #CF563B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF563B; }
p { color: rgb(207,86,59); }
H1.HeaderClassName
{
color: #CF563B;
}
.AnyTagClassName
{
color: #CF563B;
}
</style>
background-color css
<style>
a { background-color: #CF563B; }
a { background-color: rgb(207,86,59); }
div.DivClassName
{
background-color: #CF563B;
}
.BgClassName
{
background-color: #CF563B;
}
</style>
border-color css
<style>
span { border-color: #CF563B; }
span { border-color: rgb(207,86,59); }
td.TdClassName
{
border-color: #CF563B;
}
.TagClassName
{
border-color: #CF563B;
}
</style>