Shades of Dark Coral #CE5043
Tints of Dark Coral #CE5043
RGB
CMYK
RGB Variations
Color information
#CE5043 (or 0xCE5043) is known color: Dark Coral. HEX triplet: CE, 50 and 43. RGB value is (206,80,67). Sum of RGB (Red+Green+Blue) = 206+80+67=353 (46% of max value = 765). Red value is 206 (80.86% from 255 or 58.36% from 353); Green value is 80 (31.64% from 255 or 22.66% from 353); Blue value is 67 (26.56% from 255 or 18.98% from 353); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5043 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE5043 is #31AFBC. Grayscale: #747474. Windows color (decimal): -3256253 or 4411598. OLE color: 4411598.
HSL color Cylindrical-coordinate representation of color #CE5043: hue angle of 5.61º 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 #CE5043 is Cyan = 0, Magento = 0.61, Yellow = 0.67 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 80 | 67 | - |
| CMYK | 0 | 0.61 | 0.67 | 0.19 |
| HSL | 5.61º | 0.59% | 0.54% | - |
| HSV(B) | 5.61º | 0.67% | 0.81% | - |
| XYZ | 29.34 | 19.26 | 7.48 | - |
| YUV | 116.19 | 100.24 | 192.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 80 | 67 | 0 | 0.61 | 0.67 | 0.19 | 5.61 | 0.59 | 0.54 |
| Hex | CE | 50 | 43 | 0 | 3D | 43 | 13 | 6 | 3B | 36 |
| Octal | 316 | 120 | 103 | 0 | 75 | 103 | 23 | 6 | 73 | 66 |
| Binary | 11001110 | 1010000 | 1000011 | 0 | 111101 | 1000011 | 10011 | 110 | 111011 | 110110 |
Color Harmonies of #CE5043
Complementary color
Monochromatic Colors of #CE5043
Black with #CE5043
Text Example
Text Example
White with #CE5043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5043; }
p { color: rgb(206,80,67); }
H1.HeaderClassName
{
color: #CE5043;
}
.AnyTagClassName
{
color: #CE5043;
}
</style>
background-color css
<style>
a { background-color: #CE5043; }
a { background-color: rgb(206,80,67); }
div.DivClassName
{
background-color: #CE5043;
}
.BgClassName
{
background-color: #CE5043;
}
</style>
border-color css
<style>
span { border-color: #CE5043; }
span { border-color: rgb(206,80,67); }
td.TdClassName
{
border-color: #CE5043;
}
.TagClassName
{
border-color: #CE5043;
}
</style>