Shades of Dark Coral #CE6348
Tints of Dark Coral #CE6348
RGB
CMYK
RGB Variations
Color information
#CE6348 (or 0xCE6348) is known color: Dark Coral. HEX triplet: CE, 63 and 48. RGB value is (206,99,72). Sum of RGB (Red+Green+Blue) = 206+99+72=377 (49% of max value = 765). Red value is 206 (80.86% from 255 or 54.64% from 377); Green value is 99 (39.06% from 255 or 26.26% from 377); Blue value is 72 (28.52% from 255 or 19.10% from 377); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6348 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE6348 is #319CB7. Grayscale: #808080. Windows color (decimal): -3251384 or 4744142. OLE color: 4744142.
HSL color Cylindrical-coordinate representation of color #CE6348: hue angle of 12.09º 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 #CE6348 is Cyan = 0, Magento = 0.52, Yellow = 0.65 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 99 | 72 | - |
| CMYK | 0 | 0.52 | 0.65 | 0.19 |
| HSL | 12.09º | 0.58% | 0.55% | - |
| HSV(B) | 12.09º | 0.65% | 0.81% | - |
| XYZ | 31.09 | 22.51 | 8.84 | - |
| YUV | 127.92 | 96.45 | 183.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 99 | 72 | 0 | 0.52 | 0.65 | 0.19 | 12.09 | 0.58 | 0.55 |
| Hex | CE | 63 | 48 | 0 | 34 | 41 | 13 | C | 3A | 37 |
| Octal | 316 | 143 | 110 | 0 | 64 | 101 | 23 | 14 | 72 | 67 |
| Binary | 11001110 | 1100011 | 1001000 | 0 | 110100 | 1000001 | 10011 | 1100 | 111010 | 110111 |
Color Harmonies of #CE6348
Complementary color
Monochromatic Colors of #CE6348
Black with #CE6348
Text Example
Text Example
White with #CE6348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6348; }
p { color: rgb(206,99,72); }
H1.HeaderClassName
{
color: #CE6348;
}
.AnyTagClassName
{
color: #CE6348;
}
</style>
background-color css
<style>
a { background-color: #CE6348; }
a { background-color: rgb(206,99,72); }
div.DivClassName
{
background-color: #CE6348;
}
.BgClassName
{
background-color: #CE6348;
}
</style>
border-color css
<style>
span { border-color: #CE6348; }
span { border-color: rgb(206,99,72); }
td.TdClassName
{
border-color: #CE6348;
}
.TagClassName
{
border-color: #CE6348;
}
</style>