Shades of Dark Coral #CE6243
Tints of Dark Coral #CE6243
RGB
CMYK
RGB Variations
Color information
#CE6243 (or 0xCE6243) is known color: Dark Coral. HEX triplet: CE, 62 and 43. RGB value is (206,98,67). Sum of RGB (Red+Green+Blue) = 206+98+67=371 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.53% from 371); Green value is 98 (38.67% from 255 or 26.42% from 371); Blue value is 67 (26.56% from 255 or 18.06% from 371); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6243 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE6243 is #319DBC. Grayscale: #7E7E7E. Windows color (decimal): -3251645 or 4416206. OLE color: 4416206.
HSL color Cylindrical-coordinate representation of color #CE6243: hue angle of 13.38º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CE6243 is Cyan = 0, Magento = 0.52, Yellow = 0.67 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 98 | 67 | - |
| CMYK | 0 | 0.52 | 0.67 | 0.19 |
| HSL | 13.38º | 0.59% | 0.54% | - |
| HSV(B) | 13.38º | 0.67% | 0.81% | - |
| XYZ | 30.83 | 22.26 | 7.98 | - |
| YUV | 126.76 | 94.28 | 184.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 98 | 67 | 0 | 0.52 | 0.67 | 0.19 | 13.38 | 0.59 | 0.54 |
| Hex | CE | 62 | 43 | 0 | 34 | 43 | 13 | D | 3B | 36 |
| Octal | 316 | 142 | 103 | 0 | 64 | 103 | 23 | 15 | 73 | 66 |
| Binary | 11001110 | 1100010 | 1000011 | 0 | 110100 | 1000011 | 10011 | 1101 | 111011 | 110110 |
Color Harmonies of #CE6243
Complementary color
Monochromatic Colors of #CE6243
Black with #CE6243
Text Example
Text Example
White with #CE6243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6243; }
p { color: rgb(206,98,67); }
H1.HeaderClassName
{
color: #CE6243;
}
.AnyTagClassName
{
color: #CE6243;
}
</style>
background-color css
<style>
a { background-color: #CE6243; }
a { background-color: rgb(206,98,67); }
div.DivClassName
{
background-color: #CE6243;
}
.BgClassName
{
background-color: #CE6243;
}
</style>
border-color css
<style>
span { border-color: #CE6243; }
span { border-color: rgb(206,98,67); }
td.TdClassName
{
border-color: #CE6243;
}
.TagClassName
{
border-color: #CE6243;
}
</style>