Shades of Dark Coral #CE5B40
Tints of Dark Coral #CE5B40
RGB
CMYK
RGB Variations
Color information
#CE5B40 (or 0xCE5B40) is known color: Dark Coral. HEX triplet: CE, 5B and 40. RGB value is (206,91,64). Sum of RGB (Red+Green+Blue) = 206+91+64=361 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.06% from 361); Green value is 91 (35.94% from 255 or 25.21% from 361); Blue value is 64 (25.39% from 255 or 17.73% from 361); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5B40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE5B40 is #31A4BF. Grayscale: #7A7A7A. Windows color (decimal): -3253440 or 4217806. OLE color: 4217806.
HSL color Cylindrical-coordinate representation of color #CE5B40: hue angle of 11.41º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CE5B40 is Cyan = 0, Magento = 0.56, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 91 | 64 | - |
| CMYK | 0 | 0.56 | 0.69 | 0.19 |
| HSL | 11.41º | 0.59% | 0.53% | - |
| HSV(B) | 11.41º | 0.69% | 0.81% | - |
| XYZ | 30.12 | 20.97 | 7.31 | - |
| YUV | 122.31 | 95.1 | 187.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 91 | 64 | 0 | 0.56 | 0.69 | 0.19 | 11.41 | 0.59 | 0.53 |
| Hex | CE | 5B | 40 | 0 | 38 | 45 | 13 | B | 3B | 35 |
| Octal | 316 | 133 | 100 | 0 | 70 | 105 | 23 | 13 | 73 | 65 |
| Binary | 11001110 | 1011011 | 1000000 | 0 | 111000 | 1000101 | 10011 | 1011 | 111011 | 110101 |
Color Harmonies of #CE5B40
Complementary color
Monochromatic Colors of #CE5B40
Black with #CE5B40
Text Example
Text Example
White with #CE5B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5B40; }
p { color: rgb(206,91,64); }
H1.HeaderClassName
{
color: #CE5B40;
}
.AnyTagClassName
{
color: #CE5B40;
}
</style>
background-color css
<style>
a { background-color: #CE5B40; }
a { background-color: rgb(206,91,64); }
div.DivClassName
{
background-color: #CE5B40;
}
.BgClassName
{
background-color: #CE5B40;
}
</style>
border-color css
<style>
span { border-color: #CE5B40; }
span { border-color: rgb(206,91,64); }
td.TdClassName
{
border-color: #CE5B40;
}
.TagClassName
{
border-color: #CE5B40;
}
</style>