Shades of Dark Coral #CE5E40
Tints of Dark Coral #CE5E40
RGB
CMYK
RGB Variations
Color information
#CE5E40 (or 0xCE5E40) is known color: Dark Coral. HEX triplet: CE, 5E and 40. RGB value is (206,94,64). Sum of RGB (Red+Green+Blue) = 206+94+64=364 (48% of max value = 765). Red value is 206 (80.86% from 255 or 56.59% from 364); Green value is 94 (37.11% from 255 or 25.82% from 364); Blue value is 64 (25.39% from 255 or 17.58% from 364); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5E40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE5E40 is #31A1BF. Grayscale: #7C7C7C. Windows color (decimal): -3252672 or 4218574. OLE color: 4218574.
HSL color Cylindrical-coordinate representation of color #CE5E40: hue angle of 12.68º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CE5E40 is Cyan = 0, Magento = 0.54, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 94 | 64 | - |
| CMYK | 0 | 0.54 | 0.69 | 0.19 |
| HSL | 12.68º | 0.59% | 0.53% | - |
| HSV(B) | 12.68º | 0.69% | 0.81% | - |
| XYZ | 30.38 | 21.5 | 7.4 | - |
| YUV | 124.07 | 94.11 | 186.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 94 | 64 | 0 | 0.54 | 0.69 | 0.19 | 12.68 | 0.59 | 0.53 |
| Hex | CE | 5E | 40 | 0 | 36 | 45 | 13 | D | 3B | 35 |
| Octal | 316 | 136 | 100 | 0 | 66 | 105 | 23 | 15 | 73 | 65 |
| Binary | 11001110 | 1011110 | 1000000 | 0 | 110110 | 1000101 | 10011 | 1101 | 111011 | 110101 |
Color Harmonies of #CE5E40
Complementary color
Monochromatic Colors of #CE5E40
Black with #CE5E40
Text Example
Text Example
White with #CE5E40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5E40; }
p { color: rgb(206,94,64); }
H1.HeaderClassName
{
color: #CE5E40;
}
.AnyTagClassName
{
color: #CE5E40;
}
</style>
background-color css
<style>
a { background-color: #CE5E40; }
a { background-color: rgb(206,94,64); }
div.DivClassName
{
background-color: #CE5E40;
}
.BgClassName
{
background-color: #CE5E40;
}
</style>
border-color css
<style>
span { border-color: #CE5E40; }
span { border-color: rgb(206,94,64); }
td.TdClassName
{
border-color: #CE5E40;
}
.TagClassName
{
border-color: #CE5E40;
}
</style>