Shades of Dark Coral #CE4F3E
Tints of Dark Coral #CE4F3E
RGB
CMYK
RGB Variations
Color information
#CE4F3E (or 0xCE4F3E) is known color: Dark Coral. HEX triplet: CE, 4F and 3E. RGB value is (206,79,62). Sum of RGB (Red+Green+Blue) = 206+79+62=347 (45% of max value = 765). Red value is 206 (80.86% from 255 or 59.37% from 347); Green value is 79 (31.25% from 255 or 22.77% from 347); Blue value is 62 (24.61% from 255 or 17.87% from 347); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4F3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE4F3E is #31B0C1. Grayscale: #737373. Windows color (decimal): -3256514 or 4083662. OLE color: 4083662.
HSL color Cylindrical-coordinate representation of color #CE4F3E: hue angle of 7.08º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CE4F3E is Cyan = 0, Magento = 0.62, Yellow = 0.70 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 79 | 62 | - |
| CMYK | 0 | 0.62 | 0.70 | 0.19 |
| HSL | 7.08º | 0.6% | 0.53% | - |
| HSV(B) | 7.08º | 0.7% | 0.81% | - |
| XYZ | 29.12 | 19.06 | 6.7 | - |
| YUV | 115.04 | 98.08 | 192.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 79 | 62 | 0 | 0.62 | 0.70 | 0.19 | 7.08 | 0.6 | 0.53 |
| Hex | CE | 4F | 3E | 0 | 3E | 46 | 13 | 7 | 3C | 35 |
| Octal | 316 | 117 | 76 | 0 | 76 | 106 | 23 | 7 | 74 | 65 |
| Binary | 11001110 | 1001111 | 111110 | 0 | 111110 | 1000110 | 10011 | 111 | 111100 | 110101 |
Color Harmonies of #CE4F3E
Complementary color
Monochromatic Colors of #CE4F3E
Black with #CE4F3E
Text Example
Text Example
White with #CE4F3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4F3E; }
p { color: rgb(206,79,62); }
H1.HeaderClassName
{
color: #CE4F3E;
}
.AnyTagClassName
{
color: #CE4F3E;
}
</style>
background-color css
<style>
a { background-color: #CE4F3E; }
a { background-color: rgb(206,79,62); }
div.DivClassName
{
background-color: #CE4F3E;
}
.BgClassName
{
background-color: #CE4F3E;
}
</style>
border-color css
<style>
span { border-color: #CE4F3E; }
span { border-color: rgb(206,79,62); }
td.TdClassName
{
border-color: #CE4F3E;
}
.TagClassName
{
border-color: #CE4F3E;
}
</style>