Shades of Dark Coral #CE5548
Tints of Dark Coral #CE5548
RGB
CMYK
RGB Variations
Color information
#CE5548 (or 0xCE5548) is known color: Dark Coral. HEX triplet: CE, 55 and 48. RGB value is (206,85,72). Sum of RGB (Red+Green+Blue) = 206+85+72=363 (48% of max value = 765). Red value is 206 (80.86% from 255 or 56.75% from 363); Green value is 85 (33.59% from 255 or 23.42% from 363); Blue value is 72 (28.52% from 255 or 19.83% from 363); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5548 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE5548 is #31AAB7. Grayscale: #777777. Windows color (decimal): -3254968 or 4740558. OLE color: 4740558.
HSL color Cylindrical-coordinate representation of color #CE5548: hue angle of 5.82º 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 #CE5548 is Cyan = 0, Magento = 0.59, Yellow = 0.65 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 85 | 72 | - |
| CMYK | 0 | 0.59 | 0.65 | 0.19 |
| HSL | 5.82º | 0.58% | 0.55% | - |
| HSV(B) | 5.82º | 0.65% | 0.81% | - |
| XYZ | 29.87 | 20.09 | 8.43 | - |
| YUV | 119.7 | 101.09 | 189.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 85 | 72 | 0 | 0.59 | 0.65 | 0.19 | 5.82 | 0.58 | 0.55 |
| Hex | CE | 55 | 48 | 0 | 3B | 41 | 13 | 6 | 3A | 37 |
| Octal | 316 | 125 | 110 | 0 | 73 | 101 | 23 | 6 | 72 | 67 |
| Binary | 11001110 | 1010101 | 1001000 | 0 | 111011 | 1000001 | 10011 | 110 | 111010 | 110111 |
Color Harmonies of #CE5548
Complementary color
Monochromatic Colors of #CE5548
Black with #CE5548
Text Example
Text Example
White with #CE5548
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5548; }
p { color: rgb(206,85,72); }
H1.HeaderClassName
{
color: #CE5548;
}
.AnyTagClassName
{
color: #CE5548;
}
</style>
background-color css
<style>
a { background-color: #CE5548; }
a { background-color: rgb(206,85,72); }
div.DivClassName
{
background-color: #CE5548;
}
.BgClassName
{
background-color: #CE5548;
}
</style>
border-color css
<style>
span { border-color: #CE5548; }
span { border-color: rgb(206,85,72); }
td.TdClassName
{
border-color: #CE5548;
}
.TagClassName
{
border-color: #CE5548;
}
</style>