Shades of Dark Coral #CE5745
Tints of Dark Coral #CE5745
RGB
CMYK
RGB Variations
Color information
#CE5745 (or 0xCE5745) is known color: Dark Coral. HEX triplet: CE, 57 and 45. RGB value is (206,87,69). Sum of RGB (Red+Green+Blue) = 206+87+69=362 (47% of max value = 765). Red value is 206 (80.86% from 255 or 56.91% from 362); Green value is 87 (34.38% from 255 or 24.03% from 362); Blue value is 69 (27.34% from 255 or 19.06% from 362); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5745 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE5745 is #31A8BA. Grayscale: #787878. Windows color (decimal): -3254459 or 4544462. OLE color: 4544462.
HSL color Cylindrical-coordinate representation of color #CE5745: hue angle of 7.88º degrees, saturation: 0.58, 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 #CE5745 is Cyan = 0, Magento = 0.58, Yellow = 0.67 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 87 | 69 | - |
| CMYK | 0 | 0.58 | 0.67 | 0.19 |
| HSL | 7.88º | 0.58% | 0.54% | - |
| HSV(B) | 7.88º | 0.67% | 0.81% | - |
| XYZ | 29.94 | 20.37 | 7.98 | - |
| YUV | 120.53 | 98.92 | 188.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 87 | 69 | 0 | 0.58 | 0.67 | 0.19 | 7.88 | 0.58 | 0.54 |
| Hex | CE | 57 | 45 | 0 | 3A | 43 | 13 | 8 | 3A | 36 |
| Octal | 316 | 127 | 105 | 0 | 72 | 103 | 23 | 10 | 72 | 66 |
| Binary | 11001110 | 1010111 | 1000101 | 0 | 111010 | 1000011 | 10011 | 1000 | 111010 | 110110 |
Color Harmonies of #CE5745
Complementary color
Monochromatic Colors of #CE5745
Black with #CE5745
Text Example
Text Example
White with #CE5745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5745; }
p { color: rgb(206,87,69); }
H1.HeaderClassName
{
color: #CE5745;
}
.AnyTagClassName
{
color: #CE5745;
}
</style>
background-color css
<style>
a { background-color: #CE5745; }
a { background-color: rgb(206,87,69); }
div.DivClassName
{
background-color: #CE5745;
}
.BgClassName
{
background-color: #CE5745;
}
</style>
border-color css
<style>
span { border-color: #CE5745; }
span { border-color: rgb(206,87,69); }
td.TdClassName
{
border-color: #CE5745;
}
.TagClassName
{
border-color: #CE5745;
}
</style>