Shades of Dark Coral #CE6244
Tints of Dark Coral #CE6244
RGB
CMYK
RGB Variations
Color information
#CE6244 (or 0xCE6244) is known color: Dark Coral. HEX triplet: CE, 62 and 44. RGB value is (206,98,68). Sum of RGB (Red+Green+Blue) = 206+98+68=372 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.38% from 372); Green value is 98 (38.67% from 255 or 26.34% from 372); Blue value is 68 (26.95% from 255 or 18.28% from 372); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6244 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE6244 is #319DBB. Grayscale: #7F7F7F. Windows color (decimal): -3251644 or 4481742. OLE color: 4481742.
HSL color Cylindrical-coordinate representation of color #CE6244: hue angle of 13.04º 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 #CE6244 is Cyan = 0, Magento = 0.52, Yellow = 0.67 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 98 | 68 | - |
| CMYK | 0 | 0.52 | 0.67 | 0.19 |
| HSL | 13.04º | 0.58% | 0.54% | - |
| HSV(B) | 13.04º | 0.67% | 0.81% | - |
| XYZ | 30.86 | 22.27 | 8.14 | - |
| YUV | 126.87 | 94.78 | 184.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 98 | 68 | 0 | 0.52 | 0.67 | 0.19 | 13.04 | 0.58 | 0.54 |
| Hex | CE | 62 | 44 | 0 | 34 | 43 | 13 | D | 3A | 36 |
| Octal | 316 | 142 | 104 | 0 | 64 | 103 | 23 | 15 | 72 | 66 |
| Binary | 11001110 | 1100010 | 1000100 | 0 | 110100 | 1000011 | 10011 | 1101 | 111010 | 110110 |
Color Harmonies of #CE6244
Complementary color
Monochromatic Colors of #CE6244
Black with #CE6244
Text Example
Text Example
White with #CE6244
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6244; }
p { color: rgb(206,98,68); }
H1.HeaderClassName
{
color: #CE6244;
}
.AnyTagClassName
{
color: #CE6244;
}
</style>
background-color css
<style>
a { background-color: #CE6244; }
a { background-color: rgb(206,98,68); }
div.DivClassName
{
background-color: #CE6244;
}
.BgClassName
{
background-color: #CE6244;
}
</style>
border-color css
<style>
span { border-color: #CE6244; }
span { border-color: rgb(206,98,68); }
td.TdClassName
{
border-color: #CE6244;
}
.TagClassName
{
border-color: #CE6244;
}
</style>