Shades of Dark Coral #CE6246
Tints of Dark Coral #CE6246
RGB
CMYK
RGB Variations
Color information
#CE6246 (or 0xCE6246) is known color: Dark Coral. HEX triplet: CE, 62 and 46. RGB value is (206,98,70). Sum of RGB (Red+Green+Blue) = 206+98+70=374 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.08% from 374); Green value is 98 (38.67% from 255 or 26.20% from 374); Blue value is 70 (27.73% from 255 or 18.72% from 374); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6246 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE6246 is #319DB9. Grayscale: #7F7F7F. Windows color (decimal): -3251642 or 4612814. OLE color: 4612814.
HSL color Cylindrical-coordinate representation of color #CE6246: hue angle of 12.35º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CE6246 is Cyan = 0, Magento = 0.52, Yellow = 0.66 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 98 | 70 | - |
| CMYK | 0 | 0.52 | 0.66 | 0.19 |
| HSL | 12.35º | 0.58% | 0.54% | - |
| HSV(B) | 12.35º | 0.66% | 0.81% | - |
| XYZ | 30.93 | 22.3 | 8.47 | - |
| YUV | 127.1 | 95.78 | 184.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 98 | 70 | 0 | 0.52 | 0.66 | 0.19 | 12.35 | 0.58 | 0.54 |
| Hex | CE | 62 | 46 | 0 | 34 | 42 | 13 | C | 3A | 36 |
| Octal | 316 | 142 | 106 | 0 | 64 | 102 | 23 | 14 | 72 | 66 |
| Binary | 11001110 | 1100010 | 1000110 | 0 | 110100 | 1000010 | 10011 | 1100 | 111010 | 110110 |
Color Harmonies of #CE6246
Complementary color
Monochromatic Colors of #CE6246
Black with #CE6246
Text Example
Text Example
White with #CE6246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6246; }
p { color: rgb(206,98,70); }
H1.HeaderClassName
{
color: #CE6246;
}
.AnyTagClassName
{
color: #CE6246;
}
</style>
background-color css
<style>
a { background-color: #CE6246; }
a { background-color: rgb(206,98,70); }
div.DivClassName
{
background-color: #CE6246;
}
.BgClassName
{
background-color: #CE6246;
}
</style>
border-color css
<style>
span { border-color: #CE6246; }
span { border-color: rgb(206,98,70); }
td.TdClassName
{
border-color: #CE6246;
}
.TagClassName
{
border-color: #CE6246;
}
</style>