Shades of Dark Coral #CE6544
Tints of Dark Coral #CE6544
RGB
CMYK
RGB Variations
Color information
#CE6544 (or 0xCE6544) is known color: Dark Coral. HEX triplet: CE, 65 and 44. RGB value is (206,101,68). Sum of RGB (Red+Green+Blue) = 206+101+68=375 (49% of max value = 765). Red value is 206 (80.86% from 255 or 54.93% from 375); Green value is 101 (39.84% from 255 or 26.93% from 375); Blue value is 68 (26.95% from 255 or 18.13% from 375); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6544 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE6544 is #319ABB. Grayscale: #808080. Windows color (decimal): -3250876 or 4482510. OLE color: 4482510.
HSL color Cylindrical-coordinate representation of color #CE6544: hue angle of 14.35º 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 #CE6544 is Cyan = 0, Magento = 0.51, Yellow = 0.67 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 101 | 68 | - |
| CMYK | 0 | 0.51 | 0.67 | 0.19 |
| HSL | 14.35º | 0.58% | 0.54% | - |
| HSV(B) | 14.35º | 0.67% | 0.81% | - |
| XYZ | 31.15 | 22.85 | 8.24 | - |
| YUV | 128.63 | 93.79 | 183.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 101 | 68 | 0 | 0.51 | 0.67 | 0.19 | 14.35 | 0.58 | 0.54 |
| Hex | CE | 65 | 44 | 0 | 33 | 43 | 13 | E | 3A | 36 |
| Octal | 316 | 145 | 104 | 0 | 63 | 103 | 23 | 16 | 72 | 66 |
| Binary | 11001110 | 1100101 | 1000100 | 0 | 110011 | 1000011 | 10011 | 1110 | 111010 | 110110 |
Color Harmonies of #CE6544
Complementary color
Monochromatic Colors of #CE6544
Black with #CE6544
Text Example
Text Example
White with #CE6544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6544; }
p { color: rgb(206,101,68); }
H1.HeaderClassName
{
color: #CE6544;
}
.AnyTagClassName
{
color: #CE6544;
}
</style>
background-color css
<style>
a { background-color: #CE6544; }
a { background-color: rgb(206,101,68); }
div.DivClassName
{
background-color: #CE6544;
}
.BgClassName
{
background-color: #CE6544;
}
</style>
border-color css
<style>
span { border-color: #CE6544; }
span { border-color: rgb(206,101,68); }
td.TdClassName
{
border-color: #CE6544;
}
.TagClassName
{
border-color: #CE6544;
}
</style>