Shades of Dark Coral #C8543E
Tints of Dark Coral #C8543E
RGB
CMYK
RGB Variations
Color information
#C8543E (or 0xC8543E) is known color: Dark Coral. HEX triplet: C8, 54 and 3E. RGB value is (200,84,62). Sum of RGB (Red+Green+Blue) = 200+84+62=346 (45% of max value = 765). Red value is 200 (78.52% from 255 or 57.80% from 346); Green value is 84 (33.20% from 255 or 24.28% from 346); Blue value is 62 (24.61% from 255 or 17.92% from 346); Max value from RGB is 200 - color contains mainly: red. Hex color #C8543E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C8543E is #37ABC1. Grayscale: #747474. Windows color (decimal): -3648450 or 4084936. OLE color: 4084936.
HSL color Cylindrical-coordinate representation of color #C8543E: hue angle of 9.57º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C8543E is Cyan = 0, Magento = 0.58, Yellow = 0.69 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 84 | 62 | - |
| CMYK | 0 | 0.58 | 0.69 | 0.22 |
| HSL | 9.57º | 0.56% | 0.51% | - |
| HSV(B) | 9.57º | 0.69% | 0.78% | - |
| XYZ | 27.86 | 18.97 | 6.75 | - |
| YUV | 116.18 | 97.43 | 187.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 84 | 62 | 0 | 0.58 | 0.69 | 0.22 | 9.57 | 0.56 | 0.51 |
| Hex | C8 | 54 | 3E | 0 | 3A | 45 | 16 | A | 38 | 33 |
| Octal | 310 | 124 | 76 | 0 | 72 | 105 | 26 | 12 | 70 | 63 |
| Binary | 11001000 | 1010100 | 111110 | 0 | 111010 | 1000101 | 10110 | 1010 | 111000 | 110011 |
Color Harmonies of #C8543E
Complementary color
Monochromatic Colors of #C8543E
Black with #C8543E
Text Example
Text Example
White with #C8543E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8543E; }
p { color: rgb(200,84,62); }
H1.HeaderClassName
{
color: #C8543E;
}
.AnyTagClassName
{
color: #C8543E;
}
</style>
background-color css
<style>
a { background-color: #C8543E; }
a { background-color: rgb(200,84,62); }
div.DivClassName
{
background-color: #C8543E;
}
.BgClassName
{
background-color: #C8543E;
}
</style>
border-color css
<style>
span { border-color: #C8543E; }
span { border-color: rgb(200,84,62); }
td.TdClassName
{
border-color: #C8543E;
}
.TagClassName
{
border-color: #C8543E;
}
</style>