Shades of Dark Coral #CE6449
Tints of Dark Coral #CE6449
RGB
CMYK
RGB Variations
Color information
#CE6449 (or 0xCE6449) is known color: Dark Coral. HEX triplet: CE, 64 and 49. RGB value is (206,100,73). Sum of RGB (Red+Green+Blue) = 206+100+73=379 (50% of max value = 765). Red value is 206 (80.86% from 255 or 54.35% from 379); Green value is 100 (39.45% from 255 or 26.39% from 379); Blue value is 73 (28.91% from 255 or 19.26% from 379); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6449 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE6449 is #319BB6. Grayscale: #808080. Windows color (decimal): -3251127 or 4809934. OLE color: 4809934.
HSL color Cylindrical-coordinate representation of color #CE6449: hue angle of 12.18º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CE6449 is Cyan = 0, Magento = 0.51, Yellow = 0.65 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 100 | 73 | - |
| CMYK | 0 | 0.51 | 0.65 | 0.19 |
| HSL | 12.18º | 0.58% | 0.55% | - |
| HSV(B) | 12.18º | 0.65% | 0.81% | - |
| XYZ | 31.21 | 22.72 | 9.04 | - |
| YUV | 128.62 | 96.62 | 183.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 100 | 73 | 0 | 0.51 | 0.65 | 0.19 | 12.18 | 0.58 | 0.55 |
| Hex | CE | 64 | 49 | 0 | 33 | 41 | 13 | C | 3A | 37 |
| Octal | 316 | 144 | 111 | 0 | 63 | 101 | 23 | 14 | 72 | 67 |
| Binary | 11001110 | 1100100 | 1001001 | 0 | 110011 | 1000001 | 10011 | 1100 | 111010 | 110111 |
Color Harmonies of #CE6449
Complementary color
Monochromatic Colors of #CE6449
Black with #CE6449
Text Example
Text Example
White with #CE6449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6449; }
p { color: rgb(206,100,73); }
H1.HeaderClassName
{
color: #CE6449;
}
.AnyTagClassName
{
color: #CE6449;
}
</style>
background-color css
<style>
a { background-color: #CE6449; }
a { background-color: rgb(206,100,73); }
div.DivClassName
{
background-color: #CE6449;
}
.BgClassName
{
background-color: #CE6449;
}
</style>
border-color css
<style>
span { border-color: #CE6449; }
span { border-color: rgb(206,100,73); }
td.TdClassName
{
border-color: #CE6449;
}
.TagClassName
{
border-color: #CE6449;
}
</style>