Shades of Dark Coral #CE5D3F
Tints of Dark Coral #CE5D3F
RGB
CMYK
RGB Variations
Color information
#CE5D3F (or 0xCE5D3F) is known color: Dark Coral. HEX triplet: CE, 5D and 3F. RGB value is (206,93,63). Sum of RGB (Red+Green+Blue) = 206+93+63=362 (47% of max value = 765). Red value is 206 (80.86% from 255 or 56.91% from 362); Green value is 93 (36.72% from 255 or 25.69% from 362); Blue value is 63 (25% from 255 or 17.40% from 362); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5D3F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE5D3F is #31A2C0. Grayscale: #7B7B7B. Windows color (decimal): -3252929 or 4152782. OLE color: 4152782.
HSL color Cylindrical-coordinate representation of color #CE5D3F: hue angle of 12.59º 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 #CE5D3F is Cyan = 0, Magento = 0.55, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 93 | 63 | - |
| CMYK | 0 | 0.55 | 0.69 | 0.19 |
| HSL | 12.59º | 0.59% | 0.53% | - |
| HSV(B) | 12.59º | 0.69% | 0.81% | - |
| XYZ | 30.27 | 21.31 | 7.22 | - |
| YUV | 123.37 | 93.94 | 186.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 93 | 63 | 0 | 0.55 | 0.69 | 0.19 | 12.59 | 0.59 | 0.53 |
| Hex | CE | 5D | 3F | 0 | 37 | 45 | 13 | D | 3B | 35 |
| Octal | 316 | 135 | 77 | 0 | 67 | 105 | 23 | 15 | 73 | 65 |
| Binary | 11001110 | 1011101 | 111111 | 0 | 110111 | 1000101 | 10011 | 1101 | 111011 | 110101 |
Color Harmonies of #CE5D3F
Complementary color
Monochromatic Colors of #CE5D3F
Black with #CE5D3F
Text Example
Text Example
White with #CE5D3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5D3F; }
p { color: rgb(206,93,63); }
H1.HeaderClassName
{
color: #CE5D3F;
}
.AnyTagClassName
{
color: #CE5D3F;
}
</style>
background-color css
<style>
a { background-color: #CE5D3F; }
a { background-color: rgb(206,93,63); }
div.DivClassName
{
background-color: #CE5D3F;
}
.BgClassName
{
background-color: #CE5D3F;
}
</style>
border-color css
<style>
span { border-color: #CE5D3F; }
span { border-color: rgb(206,93,63); }
td.TdClassName
{
border-color: #CE5D3F;
}
.TagClassName
{
border-color: #CE5D3F;
}
</style>