Shades of Dark Coral #CE5443
Tints of Dark Coral #CE5443
RGB
CMYK
RGB Variations
Color information
#CE5443 (or 0xCE5443) is known color: Dark Coral. HEX triplet: CE, 54 and 43. RGB value is (206,84,67). Sum of RGB (Red+Green+Blue) = 206+84+67=357 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.70% from 357); Green value is 84 (33.20% from 255 or 23.53% from 357); Blue value is 67 (26.56% from 255 or 18.77% from 357); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5443 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE5443 is #31ABBC. Grayscale: #767676. Windows color (decimal): -3255229 or 4412622. OLE color: 4412622.
HSL color Cylindrical-coordinate representation of color #CE5443: hue angle of 7.34º 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 #CE5443 is Cyan = 0, Magento = 0.59, Yellow = 0.67 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 84 | 67 | - |
| CMYK | 0 | 0.59 | 0.67 | 0.19 |
| HSL | 7.34º | 0.59% | 0.54% | - |
| HSV(B) | 7.34º | 0.67% | 0.81% | - |
| XYZ | 29.64 | 19.87 | 7.58 | - |
| YUV | 118.54 | 98.92 | 190.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 84 | 67 | 0 | 0.59 | 0.67 | 0.19 | 7.34 | 0.59 | 0.54 |
| Hex | CE | 54 | 43 | 0 | 3B | 43 | 13 | 7 | 3B | 36 |
| Octal | 316 | 124 | 103 | 0 | 73 | 103 | 23 | 7 | 73 | 66 |
| Binary | 11001110 | 1010100 | 1000011 | 0 | 111011 | 1000011 | 10011 | 111 | 111011 | 110110 |
Color Harmonies of #CE5443
Complementary color
Monochromatic Colors of #CE5443
Black with #CE5443
Text Example
Text Example
White with #CE5443
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5443; }
p { color: rgb(206,84,67); }
H1.HeaderClassName
{
color: #CE5443;
}
.AnyTagClassName
{
color: #CE5443;
}
</style>
background-color css
<style>
a { background-color: #CE5443; }
a { background-color: rgb(206,84,67); }
div.DivClassName
{
background-color: #CE5443;
}
.BgClassName
{
background-color: #CE5443;
}
</style>
border-color css
<style>
span { border-color: #CE5443; }
span { border-color: rgb(206,84,67); }
td.TdClassName
{
border-color: #CE5443;
}
.TagClassName
{
border-color: #CE5443;
}
</style>