Shades of Dark Coral #CE6343
Tints of Dark Coral #CE6343
RGB
CMYK
RGB Variations
Color information
#CE6343 (or 0xCE6343) is known color: Dark Coral. HEX triplet: CE, 63 and 43. RGB value is (206,99,67). Sum of RGB (Red+Green+Blue) = 206+99+67=372 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.38% from 372); Green value is 99 (39.06% from 255 or 26.61% from 372); Blue value is 67 (26.56% from 255 or 18.01% from 372); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6343 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE6343 is #319CBC. Grayscale: #7F7F7F. Windows color (decimal): -3251389 or 4416462. OLE color: 4416462.
HSL color Cylindrical-coordinate representation of color #CE6343: hue angle of 13.81º 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 #CE6343 is Cyan = 0, Magento = 0.52, Yellow = 0.67 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 99 | 67 | - |
| CMYK | 0 | 0.52 | 0.67 | 0.19 |
| HSL | 13.81º | 0.59% | 0.54% | - |
| HSV(B) | 13.81º | 0.67% | 0.81% | - |
| XYZ | 30.93 | 22.45 | 8.01 | - |
| YUV | 127.35 | 93.95 | 184.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 99 | 67 | 0 | 0.52 | 0.67 | 0.19 | 13.81 | 0.59 | 0.54 |
| Hex | CE | 63 | 43 | 0 | 34 | 43 | 13 | E | 3B | 36 |
| Octal | 316 | 143 | 103 | 0 | 64 | 103 | 23 | 16 | 73 | 66 |
| Binary | 11001110 | 1100011 | 1000011 | 0 | 110100 | 1000011 | 10011 | 1110 | 111011 | 110110 |
Color Harmonies of #CE6343
Complementary color
Monochromatic Colors of #CE6343
Black with #CE6343
Text Example
Text Example
White with #CE6343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6343; }
p { color: rgb(206,99,67); }
H1.HeaderClassName
{
color: #CE6343;
}
.AnyTagClassName
{
color: #CE6343;
}
</style>
background-color css
<style>
a { background-color: #CE6343; }
a { background-color: rgb(206,99,67); }
div.DivClassName
{
background-color: #CE6343;
}
.BgClassName
{
background-color: #CE6343;
}
</style>
border-color css
<style>
span { border-color: #CE6343; }
span { border-color: rgb(206,99,67); }
td.TdClassName
{
border-color: #CE6343;
}
.TagClassName
{
border-color: #CE6343;
}
</style>