Shades of Dark Coral #CF543D
Tints of Dark Coral #CF543D
RGB
CMYK
RGB Variations
Color information
#CF543D (or 0xCF543D) is known color: Dark Coral. HEX triplet: CF, 54 and 3D. RGB value is (207,84,61). Sum of RGB (Red+Green+Blue) = 207+84+61=352 (46% of max value = 765). Red value is 207 (81.25% from 255 or 58.81% from 352); Green value is 84 (33.20% from 255 or 23.86% from 352); Blue value is 61 (24.22% from 255 or 17.33% from 352); Max value from RGB is 207 - color contains mainly: red. Hex color #CF543D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF543D is #30ABC2. Grayscale: #767676. Windows color (decimal): -3189699 or 4019407. OLE color: 4019407.
HSL color Cylindrical-coordinate representation of color #CF543D: hue angle of 9.45º 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 #CF543D is Cyan = 0, Magento = 0.59, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 84 | 61 | - |
| CMYK | 0 | 0.59 | 0.71 | 0.19 |
| HSL | 9.45º | 0.6% | 0.53% | - |
| HSV(B) | 9.45º | 0.71% | 0.81% | - |
| XYZ | 29.74 | 19.94 | 6.7 | - |
| YUV | 118.16 | 95.75 | 191.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 84 | 61 | 0 | 0.59 | 0.71 | 0.19 | 9.45 | 0.6 | 0.53 |
| Hex | CF | 54 | 3D | 0 | 3B | 47 | 13 | 9 | 3C | 35 |
| Octal | 317 | 124 | 75 | 0 | 73 | 107 | 23 | 11 | 74 | 65 |
| Binary | 11001111 | 1010100 | 111101 | 0 | 111011 | 1000111 | 10011 | 1001 | 111100 | 110101 |
Color Harmonies of #CF543D
Complementary color
Monochromatic Colors of #CF543D
Black with #CF543D
Text Example
Text Example
White with #CF543D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF543D; }
p { color: rgb(207,84,61); }
H1.HeaderClassName
{
color: #CF543D;
}
.AnyTagClassName
{
color: #CF543D;
}
</style>
background-color css
<style>
a { background-color: #CF543D; }
a { background-color: rgb(207,84,61); }
div.DivClassName
{
background-color: #CF543D;
}
.BgClassName
{
background-color: #CF543D;
}
</style>
border-color css
<style>
span { border-color: #CF543D; }
span { border-color: rgb(207,84,61); }
td.TdClassName
{
border-color: #CF543D;
}
.TagClassName
{
border-color: #CF543D;
}
</style>