Shades of Dark Coral #CE6144
Tints of Dark Coral #CE6144
RGB
CMYK
RGB Variations
Color information
#CE6144 (or 0xCE6144) is known color: Dark Coral. HEX triplet: CE, 61 and 44. RGB value is (206,97,68). Sum of RGB (Red+Green+Blue) = 206+97+68=371 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.53% from 371); Green value is 97 (38.28% from 255 or 26.15% from 371); Blue value is 68 (26.95% from 255 or 18.33% from 371); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6144 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE6144 is #319EBB. Grayscale: #7E7E7E. Windows color (decimal): -3251900 or 4481486. OLE color: 4481486.
HSL color Cylindrical-coordinate representation of color #CE6144: hue angle of 12.61º degrees, saturation: 0.58, 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 #CE6144 is Cyan = 0, Magento = 0.53, Yellow = 0.67 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 97 | 68 | - |
| CMYK | 0 | 0.53 | 0.67 | 0.19 |
| HSL | 12.61º | 0.58% | 0.54% | - |
| HSV(B) | 12.61º | 0.67% | 0.81% | - |
| XYZ | 30.77 | 22.09 | 8.11 | - |
| YUV | 126.29 | 95.11 | 184.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 97 | 68 | 0 | 0.53 | 0.67 | 0.19 | 12.61 | 0.58 | 0.54 |
| Hex | CE | 61 | 44 | 0 | 35 | 43 | 13 | D | 3A | 36 |
| Octal | 316 | 141 | 104 | 0 | 65 | 103 | 23 | 15 | 72 | 66 |
| Binary | 11001110 | 1100001 | 1000100 | 0 | 110101 | 1000011 | 10011 | 1101 | 111010 | 110110 |
Color Harmonies of #CE6144
Complementary color
Monochromatic Colors of #CE6144
Black with #CE6144
Text Example
Text Example
White with #CE6144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6144; }
p { color: rgb(206,97,68); }
H1.HeaderClassName
{
color: #CE6144;
}
.AnyTagClassName
{
color: #CE6144;
}
</style>
background-color css
<style>
a { background-color: #CE6144; }
a { background-color: rgb(206,97,68); }
div.DivClassName
{
background-color: #CE6144;
}
.BgClassName
{
background-color: #CE6144;
}
</style>
border-color css
<style>
span { border-color: #CE6144; }
span { border-color: rgb(206,97,68); }
td.TdClassName
{
border-color: #CE6144;
}
.TagClassName
{
border-color: #CE6144;
}
</style>