Shades of Dark Coral #CE6545
Tints of Dark Coral #CE6545
RGB
CMYK
RGB Variations
Color information
#CE6545 (or 0xCE6545) is known color: Dark Coral. HEX triplet: CE, 65 and 45. RGB value is (206,101,69). Sum of RGB (Red+Green+Blue) = 206+101+69=376 (49% of max value = 765). Red value is 206 (80.86% from 255 or 54.79% from 376); Green value is 101 (39.84% from 255 or 26.86% from 376); Blue value is 69 (27.34% from 255 or 18.35% from 376); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6545 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE6545 is #319ABA. Grayscale: #808080. Windows color (decimal): -3250875 or 4548046. OLE color: 4548046.
HSL color Cylindrical-coordinate representation of color #CE6545: hue angle of 14.01º 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 #CE6545 is Cyan = 0, Magento = 0.51, Yellow = 0.67 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 101 | 69 | - |
| CMYK | 0 | 0.51 | 0.67 | 0.19 |
| HSL | 14.01º | 0.58% | 0.54% | - |
| HSV(B) | 14.01º | 0.67% | 0.81% | - |
| XYZ | 31.18 | 22.86 | 8.4 | - |
| YUV | 128.75 | 94.29 | 183.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 101 | 69 | 0 | 0.51 | 0.67 | 0.19 | 14.01 | 0.58 | 0.54 |
| Hex | CE | 65 | 45 | 0 | 33 | 43 | 13 | E | 3A | 36 |
| Octal | 316 | 145 | 105 | 0 | 63 | 103 | 23 | 16 | 72 | 66 |
| Binary | 11001110 | 1100101 | 1000101 | 0 | 110011 | 1000011 | 10011 | 1110 | 111010 | 110110 |
Color Harmonies of #CE6545
Complementary color
Monochromatic Colors of #CE6545
Black with #CE6545
Text Example
Text Example
White with #CE6545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6545; }
p { color: rgb(206,101,69); }
H1.HeaderClassName
{
color: #CE6545;
}
.AnyTagClassName
{
color: #CE6545;
}
</style>
background-color css
<style>
a { background-color: #CE6545; }
a { background-color: rgb(206,101,69); }
div.DivClassName
{
background-color: #CE6545;
}
.BgClassName
{
background-color: #CE6545;
}
</style>
border-color css
<style>
span { border-color: #CE6545; }
span { border-color: rgb(206,101,69); }
td.TdClassName
{
border-color: #CE6545;
}
.TagClassName
{
border-color: #CE6545;
}
</style>