Shades of Dark Coral #CE5242
Tints of Dark Coral #CE5242
RGB
CMYK
RGB Variations
Color information
#CE5242 (or 0xCE5242) is known color: Dark Coral. HEX triplet: CE, 52 and 42. RGB value is (206,82,66). Sum of RGB (Red+Green+Blue) = 206+82+66=354 (46% of max value = 765). Red value is 206 (80.86% from 255 or 58.19% from 354); Green value is 82 (32.42% from 255 or 23.16% from 354); Blue value is 66 (26.17% from 255 or 18.64% from 354); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5242 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE5242 is #31ADBD. Grayscale: #757575. Windows color (decimal): -3255742 or 4346574. OLE color: 4346574.
HSL color Cylindrical-coordinate representation of color #CE5242: hue angle of 6.86º 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 #CE5242 is Cyan = 0, Magento = 0.60, Yellow = 0.68 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 82 | 66 | - |
| CMYK | 0 | 0.60 | 0.68 | 0.19 |
| HSL | 6.86º | 0.59% | 0.53% | - |
| HSV(B) | 6.86º | 0.68% | 0.81% | - |
| XYZ | 29.45 | 19.55 | 7.38 | - |
| YUV | 117.25 | 99.08 | 191.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 82 | 66 | 0 | 0.60 | 0.68 | 0.19 | 6.86 | 0.59 | 0.53 |
| Hex | CE | 52 | 42 | 0 | 3C | 44 | 13 | 7 | 3B | 35 |
| Octal | 316 | 122 | 102 | 0 | 74 | 104 | 23 | 7 | 73 | 65 |
| Binary | 11001110 | 1010010 | 1000010 | 0 | 111100 | 1000100 | 10011 | 111 | 111011 | 110101 |
Color Harmonies of #CE5242
Complementary color
Monochromatic Colors of #CE5242
Black with #CE5242
Text Example
Text Example
White with #CE5242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5242; }
p { color: rgb(206,82,66); }
H1.HeaderClassName
{
color: #CE5242;
}
.AnyTagClassName
{
color: #CE5242;
}
</style>
background-color css
<style>
a { background-color: #CE5242; }
a { background-color: rgb(206,82,66); }
div.DivClassName
{
background-color: #CE5242;
}
.BgClassName
{
background-color: #CE5242;
}
</style>
border-color css
<style>
span { border-color: #CE5242; }
span { border-color: rgb(206,82,66); }
td.TdClassName
{
border-color: #CE5242;
}
.TagClassName
{
border-color: #CE5242;
}
</style>