Shades of Dark Coral #CE5D43
Tints of Dark Coral #CE5D43
RGB
CMYK
RGB Variations
Color information
#CE5D43 (or 0xCE5D43) is known color: Dark Coral. HEX triplet: CE, 5D and 43. RGB value is (206,93,67). Sum of RGB (Red+Green+Blue) = 206+93+67=366 (48% of max value = 765). Red value is 206 (80.86% from 255 or 56.28% from 366); Green value is 93 (36.72% from 255 or 25.41% from 366); Blue value is 67 (26.56% from 255 or 18.31% from 366); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5D43 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE5D43 is #31A2BC. Grayscale: #7C7C7C. Windows color (decimal): -3252925 or 4414926. OLE color: 4414926.
HSL color Cylindrical-coordinate representation of color #CE5D43: hue angle of 11.22º degrees, saturation: 0.59, 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 #CE5D43 is Cyan = 0, Magento = 0.55, Yellow = 0.67 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 93 | 67 | - |
| CMYK | 0 | 0.55 | 0.67 | 0.19 |
| HSL | 11.22º | 0.59% | 0.54% | - |
| HSV(B) | 11.22º | 0.67% | 0.81% | - |
| XYZ | 30.38 | 21.36 | 7.83 | - |
| YUV | 123.82 | 95.94 | 186.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 93 | 67 | 0 | 0.55 | 0.67 | 0.19 | 11.22 | 0.59 | 0.54 |
| Hex | CE | 5D | 43 | 0 | 37 | 43 | 13 | B | 3B | 36 |
| Octal | 316 | 135 | 103 | 0 | 67 | 103 | 23 | 13 | 73 | 66 |
| Binary | 11001110 | 1011101 | 1000011 | 0 | 110111 | 1000011 | 10011 | 1011 | 111011 | 110110 |
Color Harmonies of #CE5D43
Complementary color
Monochromatic Colors of #CE5D43
Black with #CE5D43
Text Example
Text Example
White with #CE5D43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5D43; }
p { color: rgb(206,93,67); }
H1.HeaderClassName
{
color: #CE5D43;
}
.AnyTagClassName
{
color: #CE5D43;
}
</style>
background-color css
<style>
a { background-color: #CE5D43; }
a { background-color: rgb(206,93,67); }
div.DivClassName
{
background-color: #CE5D43;
}
.BgClassName
{
background-color: #CE5D43;
}
</style>
border-color css
<style>
span { border-color: #CE5D43; }
span { border-color: rgb(206,93,67); }
td.TdClassName
{
border-color: #CE5D43;
}
.TagClassName
{
border-color: #CE5D43;
}
</style>