Shades of Dark Coral #CE5346
Tints of Dark Coral #CE5346
RGB
CMYK
RGB Variations
Color information
#CE5346 (or 0xCE5346) is known color: Dark Coral. HEX triplet: CE, 53 and 46. RGB value is (206,83,70). Sum of RGB (Red+Green+Blue) = 206+83+70=359 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.38% from 359); Green value is 83 (32.81% from 255 or 23.12% from 359); Blue value is 70 (27.73% from 255 or 19.50% from 359); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5346 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE5346 is #31ACB9. Grayscale: #767676. Windows color (decimal): -3255482 or 4608974. OLE color: 4608974.
HSL color Cylindrical-coordinate representation of color #CE5346: hue angle of 5.74º 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 #CE5346 is Cyan = 0, Magento = 0.60, Yellow = 0.66 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 83 | 70 | - |
| CMYK | 0 | 0.60 | 0.66 | 0.19 |
| HSL | 5.74º | 0.58% | 0.54% | - |
| HSV(B) | 5.74º | 0.66% | 0.81% | - |
| XYZ | 29.65 | 19.75 | 8.04 | - |
| YUV | 118.3 | 100.75 | 190.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 83 | 70 | 0 | 0.60 | 0.66 | 0.19 | 5.74 | 0.58 | 0.54 |
| Hex | CE | 53 | 46 | 0 | 3C | 42 | 13 | 6 | 3A | 36 |
| Octal | 316 | 123 | 106 | 0 | 74 | 102 | 23 | 6 | 72 | 66 |
| Binary | 11001110 | 1010011 | 1000110 | 0 | 111100 | 1000010 | 10011 | 110 | 111010 | 110110 |
Color Harmonies of #CE5346
Complementary color
Monochromatic Colors of #CE5346
Black with #CE5346
Text Example
Text Example
White with #CE5346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5346; }
p { color: rgb(206,83,70); }
H1.HeaderClassName
{
color: #CE5346;
}
.AnyTagClassName
{
color: #CE5346;
}
</style>
background-color css
<style>
a { background-color: #CE5346; }
a { background-color: rgb(206,83,70); }
div.DivClassName
{
background-color: #CE5346;
}
.BgClassName
{
background-color: #CE5346;
}
</style>
border-color css
<style>
span { border-color: #CE5346; }
span { border-color: rgb(206,83,70); }
td.TdClassName
{
border-color: #CE5346;
}
.TagClassName
{
border-color: #CE5346;
}
</style>