Shades of Dark Coral #CE5641
Tints of Dark Coral #CE5641
RGB
CMYK
RGB Variations
Color information
#CE5641 (or 0xCE5641) is known color: Dark Coral. HEX triplet: CE, 56 and 41. RGB value is (206,86,65). Sum of RGB (Red+Green+Blue) = 206+86+65=357 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.70% from 357); Green value is 86 (33.98% from 255 or 24.09% from 357); Blue value is 65 (25.78% from 255 or 18.21% from 357); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5641 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE5641 is #31A9BE. Grayscale: #777777. Windows color (decimal): -3254719 or 4282062. OLE color: 4282062.
HSL color Cylindrical-coordinate representation of color #CE5641: hue angle of 8.94º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CE5641 is Cyan = 0, Magento = 0.58, Yellow = 0.68 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 86 | 65 | - |
| CMYK | 0 | 0.58 | 0.68 | 0.19 |
| HSL | 8.94º | 0.59% | 0.53% | - |
| HSV(B) | 8.94º | 0.68% | 0.81% | - |
| XYZ | 29.74 | 20.16 | 7.32 | - |
| YUV | 119.49 | 97.26 | 189.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 86 | 65 | 0 | 0.58 | 0.68 | 0.19 | 8.94 | 0.59 | 0.53 |
| Hex | CE | 56 | 41 | 0 | 3A | 44 | 13 | 9 | 3B | 35 |
| Octal | 316 | 126 | 101 | 0 | 72 | 104 | 23 | 11 | 73 | 65 |
| Binary | 11001110 | 1010110 | 1000001 | 0 | 111010 | 1000100 | 10011 | 1001 | 111011 | 110101 |
Color Harmonies of #CE5641
Complementary color
Monochromatic Colors of #CE5641
Black with #CE5641
Text Example
Text Example
White with #CE5641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5641; }
p { color: rgb(206,86,65); }
H1.HeaderClassName
{
color: #CE5641;
}
.AnyTagClassName
{
color: #CE5641;
}
</style>
background-color css
<style>
a { background-color: #CE5641; }
a { background-color: rgb(206,86,65); }
div.DivClassName
{
background-color: #CE5641;
}
.BgClassName
{
background-color: #CE5641;
}
</style>
border-color css
<style>
span { border-color: #CE5641; }
span { border-color: rgb(206,86,65); }
td.TdClassName
{
border-color: #CE5641;
}
.TagClassName
{
border-color: #CE5641;
}
</style>