Shades of Dark Coral #CE5246
Tints of Dark Coral #CE5246
RGB
CMYK
RGB Variations
Color information
#CE5246 (or 0xCE5246) is known color: Dark Coral. HEX triplet: CE, 52 and 46. RGB value is (206,82,70). Sum of RGB (Red+Green+Blue) = 206+82+70=358 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.54% from 358); Green value is 82 (32.42% from 255 or 22.91% from 358); Blue value is 70 (27.73% from 255 or 19.55% from 358); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5246 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE5246 is #31ADB9. Grayscale: #757575. Windows color (decimal): -3255738 or 4608718. OLE color: 4608718.
HSL color Cylindrical-coordinate representation of color #CE5246: hue angle of 5.29º 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 #CE5246 is Cyan = 0, Magento = 0.60, Yellow = 0.66 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 82 | 70 | - |
| CMYK | 0 | 0.60 | 0.66 | 0.19 |
| HSL | 5.29º | 0.58% | 0.54% | - |
| HSV(B) | 5.29º | 0.66% | 0.81% | - |
| XYZ | 29.58 | 19.6 | 8.02 | - |
| YUV | 117.71 | 101.08 | 190.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 82 | 70 | 0 | 0.60 | 0.66 | 0.19 | 5.29 | 0.58 | 0.54 |
| Hex | CE | 52 | 46 | 0 | 3C | 42 | 13 | 5 | 3A | 36 |
| Octal | 316 | 122 | 106 | 0 | 74 | 102 | 23 | 5 | 72 | 66 |
| Binary | 11001110 | 1010010 | 1000110 | 0 | 111100 | 1000010 | 10011 | 101 | 111010 | 110110 |
Color Harmonies of #CE5246
Complementary color
Monochromatic Colors of #CE5246
Black with #CE5246
Text Example
Text Example
White with #CE5246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5246; }
p { color: rgb(206,82,70); }
H1.HeaderClassName
{
color: #CE5246;
}
.AnyTagClassName
{
color: #CE5246;
}
</style>
background-color css
<style>
a { background-color: #CE5246; }
a { background-color: rgb(206,82,70); }
div.DivClassName
{
background-color: #CE5246;
}
.BgClassName
{
background-color: #CE5246;
}
</style>
border-color css
<style>
span { border-color: #CE5246; }
span { border-color: rgb(206,82,70); }
td.TdClassName
{
border-color: #CE5246;
}
.TagClassName
{
border-color: #CE5246;
}
</style>