Shades of Dark Coral #CE5E45
Tints of Dark Coral #CE5E45
RGB
CMYK
RGB Variations
Color information
#CE5E45 (or 0xCE5E45) is known color: Dark Coral. HEX triplet: CE, 5E and 45. RGB value is (206,94,69). Sum of RGB (Red+Green+Blue) = 206+94+69=369 (48% of max value = 765). Red value is 206 (80.86% from 255 or 55.83% from 369); Green value is 94 (37.11% from 255 or 25.47% from 369); Blue value is 69 (27.34% from 255 or 18.70% from 369); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5E45 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE5E45 is #31A1BA. Grayscale: #7C7C7C. Windows color (decimal): -3252667 or 4546254. OLE color: 4546254.
HSL color Cylindrical-coordinate representation of color #CE5E45: hue angle of 10.95º 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 #CE5E45 is Cyan = 0, Magento = 0.54, Yellow = 0.67 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 94 | 69 | - |
| CMYK | 0 | 0.54 | 0.67 | 0.19 |
| HSL | 10.95º | 0.58% | 0.54% | - |
| HSV(B) | 10.95º | 0.67% | 0.81% | - |
| XYZ | 30.53 | 21.56 | 8.18 | - |
| YUV | 124.64 | 96.61 | 186.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 94 | 69 | 0 | 0.54 | 0.67 | 0.19 | 10.95 | 0.58 | 0.54 |
| Hex | CE | 5E | 45 | 0 | 36 | 43 | 13 | B | 3A | 36 |
| Octal | 316 | 136 | 105 | 0 | 66 | 103 | 23 | 13 | 72 | 66 |
| Binary | 11001110 | 1011110 | 1000101 | 0 | 110110 | 1000011 | 10011 | 1011 | 111010 | 110110 |
Color Harmonies of #CE5E45
Complementary color
Monochromatic Colors of #CE5E45
Black with #CE5E45
Text Example
Text Example
White with #CE5E45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5E45; }
p { color: rgb(206,94,69); }
H1.HeaderClassName
{
color: #CE5E45;
}
.AnyTagClassName
{
color: #CE5E45;
}
</style>
background-color css
<style>
a { background-color: #CE5E45; }
a { background-color: rgb(206,94,69); }
div.DivClassName
{
background-color: #CE5E45;
}
.BgClassName
{
background-color: #CE5E45;
}
</style>
border-color css
<style>
span { border-color: #CE5E45; }
span { border-color: rgb(206,94,69); }
td.TdClassName
{
border-color: #CE5E45;
}
.TagClassName
{
border-color: #CE5E45;
}
</style>