Shades of Dark Coral #CF543F
Tints of Dark Coral #CF543F
RGB
CMYK
RGB Variations
Color information
#CF543F (or 0xCF543F) is known color: Dark Coral. HEX triplet: CF, 54 and 3F. RGB value is (207,84,63). Sum of RGB (Red+Green+Blue) = 207+84+63=354 (46% of max value = 765). Red value is 207 (81.25% from 255 or 58.47% from 354); Green value is 84 (33.20% from 255 or 23.73% from 354); Blue value is 63 (25% from 255 or 17.80% from 354); Max value from RGB is 207 - color contains mainly: red. Hex color #CF543F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF543F is #30ABC0. Grayscale: #767676. Windows color (decimal): -3189697 or 4150479. OLE color: 4150479.
HSL color Cylindrical-coordinate representation of color #CF543F: hue angle of 8.75º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CF543F is Cyan = 0, Magento = 0.59, Yellow = 0.70 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 84 | 63 | - |
| CMYK | 0 | 0.59 | 0.70 | 0.19 |
| HSL | 8.75º | 0.6% | 0.53% | - |
| HSV(B) | 8.75º | 0.7% | 0.81% | - |
| XYZ | 29.8 | 19.96 | 6.99 | - |
| YUV | 118.38 | 96.75 | 191.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 84 | 63 | 0 | 0.59 | 0.70 | 0.19 | 8.75 | 0.6 | 0.53 |
| Hex | CF | 54 | 3F | 0 | 3B | 46 | 13 | 9 | 3C | 35 |
| Octal | 317 | 124 | 77 | 0 | 73 | 106 | 23 | 11 | 74 | 65 |
| Binary | 11001111 | 1010100 | 111111 | 0 | 111011 | 1000110 | 10011 | 1001 | 111100 | 110101 |
Color Harmonies of #CF543F
Complementary color
Monochromatic Colors of #CF543F
Black with #CF543F
Text Example
Text Example
White with #CF543F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF543F; }
p { color: rgb(207,84,63); }
H1.HeaderClassName
{
color: #CF543F;
}
.AnyTagClassName
{
color: #CF543F;
}
</style>
background-color css
<style>
a { background-color: #CF543F; }
a { background-color: rgb(207,84,63); }
div.DivClassName
{
background-color: #CF543F;
}
.BgClassName
{
background-color: #CF543F;
}
</style>
border-color css
<style>
span { border-color: #CF543F; }
span { border-color: rgb(207,84,63); }
td.TdClassName
{
border-color: #CF543F;
}
.TagClassName
{
border-color: #CF543F;
}
</style>