Shades of Dark Coral #CE6446
Tints of Dark Coral #CE6446
RGB
CMYK
RGB Variations
Color information
#CE6446 (or 0xCE6446) is known color: Dark Coral. HEX triplet: CE, 64 and 46. RGB value is (206,100,70). Sum of RGB (Red+Green+Blue) = 206+100+70=376 (49% of max value = 765). Red value is 206 (80.86% from 255 or 54.79% from 376); Green value is 100 (39.45% from 255 or 26.60% from 376); Blue value is 70 (27.73% from 255 or 18.62% from 376); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6446 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE6446 is #319BB9. Grayscale: #808080. Windows color (decimal): -3251130 or 4613326. OLE color: 4613326.
HSL color Cylindrical-coordinate representation of color #CE6446: hue angle of 13.24º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CE6446 is Cyan = 0, Magento = 0.51, Yellow = 0.66 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 100 | 70 | - |
| CMYK | 0 | 0.51 | 0.66 | 0.19 |
| HSL | 13.24º | 0.58% | 0.54% | - |
| HSV(B) | 13.24º | 0.66% | 0.81% | - |
| XYZ | 31.12 | 22.68 | 8.53 | - |
| YUV | 128.27 | 95.12 | 183.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 100 | 70 | 0 | 0.51 | 0.66 | 0.19 | 13.24 | 0.58 | 0.54 |
| Hex | CE | 64 | 46 | 0 | 33 | 42 | 13 | D | 3A | 36 |
| Octal | 316 | 144 | 106 | 0 | 63 | 102 | 23 | 15 | 72 | 66 |
| Binary | 11001110 | 1100100 | 1000110 | 0 | 110011 | 1000010 | 10011 | 1101 | 111010 | 110110 |
Color Harmonies of #CE6446
Complementary color
Monochromatic Colors of #CE6446
Black with #CE6446
Text Example
Text Example
White with #CE6446
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6446; }
p { color: rgb(206,100,70); }
H1.HeaderClassName
{
color: #CE6446;
}
.AnyTagClassName
{
color: #CE6446;
}
</style>
background-color css
<style>
a { background-color: #CE6446; }
a { background-color: rgb(206,100,70); }
div.DivClassName
{
background-color: #CE6446;
}
.BgClassName
{
background-color: #CE6446;
}
</style>
border-color css
<style>
span { border-color: #CE6446; }
span { border-color: rgb(206,100,70); }
td.TdClassName
{
border-color: #CE6446;
}
.TagClassName
{
border-color: #CE6446;
}
</style>