Shades of Dark Coral #C6543F
Tints of Dark Coral #C6543F
RGB
CMYK
RGB Variations
Color information
#C6543F (or 0xC6543F) is known color: Dark Coral. HEX triplet: C6, 54 and 3F. RGB value is (198,84,63). Sum of RGB (Red+Green+Blue) = 198+84+63=345 (45% of max value = 765). Red value is 198 (77.73% from 255 or 57.39% from 345); Green value is 84 (33.20% from 255 or 24.35% from 345); Blue value is 63 (25% from 255 or 18.26% from 345); Max value from RGB is 198 - color contains mainly: red. Hex color #C6543F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C6543F is #39ABC0. Grayscale: #737373. Windows color (decimal): -3779521 or 4150470. OLE color: 4150470.
HSL color Cylindrical-coordinate representation of color #C6543F: hue angle of 9.33º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C6543F is Cyan = 0, Magento = 0.58, Yellow = 0.68 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 84 | 63 | - |
| CMYK | 0 | 0.58 | 0.68 | 0.22 |
| HSL | 9.33º | 0.54% | 0.51% | - |
| HSV(B) | 9.33º | 0.68% | 0.78% | - |
| XYZ | 27.36 | 18.71 | 6.87 | - |
| YUV | 115.69 | 98.27 | 186.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 84 | 63 | 0 | 0.58 | 0.68 | 0.22 | 9.33 | 0.54 | 0.51 |
| Hex | C6 | 54 | 3F | 0 | 3A | 44 | 16 | 9 | 36 | 33 |
| Octal | 306 | 124 | 77 | 0 | 72 | 104 | 26 | 11 | 66 | 63 |
| Binary | 11000110 | 1010100 | 111111 | 0 | 111010 | 1000100 | 10110 | 1001 | 110110 | 110011 |
Color Harmonies of #C6543F
Complementary color
Monochromatic Colors of #C6543F
Black with #C6543F
Text Example
Text Example
White with #C6543F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6543F; }
p { color: rgb(198,84,63); }
H1.HeaderClassName
{
color: #C6543F;
}
.AnyTagClassName
{
color: #C6543F;
}
</style>
background-color css
<style>
a { background-color: #C6543F; }
a { background-color: rgb(198,84,63); }
div.DivClassName
{
background-color: #C6543F;
}
.BgClassName
{
background-color: #C6543F;
}
</style>
border-color css
<style>
span { border-color: #C6543F; }
span { border-color: rgb(198,84,63); }
td.TdClassName
{
border-color: #C6543F;
}
.TagClassName
{
border-color: #C6543F;
}
</style>