Shades of Dark Coral #CE5345
Tints of Dark Coral #CE5345
RGB
CMYK
RGB Variations
Color information
#CE5345 (or 0xCE5345) is known color: Dark Coral. HEX triplet: CE, 53 and 45. RGB value is (206,83,69). Sum of RGB (Red+Green+Blue) = 206+83+69=358 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.54% from 358); Green value is 83 (32.81% from 255 or 23.18% from 358); Blue value is 69 (27.34% from 255 or 19.27% from 358); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5345 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE5345 is #31ACBA. Grayscale: #767676. Windows color (decimal): -3255483 or 4543438. OLE color: 4543438.
HSL color Cylindrical-coordinate representation of color #CE5345: hue angle of 6.13º 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 #CE5345 is Cyan = 0, Magento = 0.60, Yellow = 0.67 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 83 | 69 | - |
| CMYK | 0 | 0.60 | 0.67 | 0.19 |
| HSL | 6.13º | 0.58% | 0.54% | - |
| HSV(B) | 6.13º | 0.67% | 0.81% | - |
| XYZ | 29.62 | 19.74 | 7.88 | - |
| YUV | 118.18 | 100.25 | 190.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 83 | 69 | 0 | 0.60 | 0.67 | 0.19 | 6.13 | 0.58 | 0.54 |
| Hex | CE | 53 | 45 | 0 | 3C | 43 | 13 | 6 | 3A | 36 |
| Octal | 316 | 123 | 105 | 0 | 74 | 103 | 23 | 6 | 72 | 66 |
| Binary | 11001110 | 1010011 | 1000101 | 0 | 111100 | 1000011 | 10011 | 110 | 111010 | 110110 |
Color Harmonies of #CE5345
Complementary color
Monochromatic Colors of #CE5345
Black with #CE5345
Text Example
Text Example
White with #CE5345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5345; }
p { color: rgb(206,83,69); }
H1.HeaderClassName
{
color: #CE5345;
}
.AnyTagClassName
{
color: #CE5345;
}
</style>
background-color css
<style>
a { background-color: #CE5345; }
a { background-color: rgb(206,83,69); }
div.DivClassName
{
background-color: #CE5345;
}
.BgClassName
{
background-color: #CE5345;
}
</style>
border-color css
<style>
span { border-color: #CE5345; }
span { border-color: rgb(206,83,69); }
td.TdClassName
{
border-color: #CE5345;
}
.TagClassName
{
border-color: #CE5345;
}
</style>