Shades of Dark Coral #CE5245
Tints of Dark Coral #CE5245
RGB
CMYK
RGB Variations
Color information
#CE5245 (or 0xCE5245) is known color: Dark Coral. HEX triplet: CE, 52 and 45. RGB value is (206,82,69). Sum of RGB (Red+Green+Blue) = 206+82+69=357 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.70% from 357); Green value is 82 (32.42% from 255 or 22.97% from 357); Blue value is 69 (27.34% from 255 or 19.33% from 357); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5245 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE5245 is #31ADBA. Grayscale: #757575. Windows color (decimal): -3255739 or 4543182. OLE color: 4543182.
HSL color Cylindrical-coordinate representation of color #CE5245: hue angle of 5.69º 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 #CE5245 is Cyan = 0, Magento = 0.60, Yellow = 0.67 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 82 | 69 | - |
| CMYK | 0 | 0.60 | 0.67 | 0.19 |
| HSL | 5.69º | 0.58% | 0.54% | - |
| HSV(B) | 5.69º | 0.67% | 0.81% | - |
| XYZ | 29.55 | 19.59 | 7.85 | - |
| YUV | 117.59 | 100.58 | 191.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 82 | 69 | 0 | 0.60 | 0.67 | 0.19 | 5.69 | 0.58 | 0.54 |
| Hex | CE | 52 | 45 | 0 | 3C | 43 | 13 | 6 | 3A | 36 |
| Octal | 316 | 122 | 105 | 0 | 74 | 103 | 23 | 6 | 72 | 66 |
| Binary | 11001110 | 1010010 | 1000101 | 0 | 111100 | 1000011 | 10011 | 110 | 111010 | 110110 |
Color Harmonies of #CE5245
Complementary color
Monochromatic Colors of #CE5245
Black with #CE5245
Text Example
Text Example
White with #CE5245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5245; }
p { color: rgb(206,82,69); }
H1.HeaderClassName
{
color: #CE5245;
}
.AnyTagClassName
{
color: #CE5245;
}
</style>
background-color css
<style>
a { background-color: #CE5245; }
a { background-color: rgb(206,82,69); }
div.DivClassName
{
background-color: #CE5245;
}
.BgClassName
{
background-color: #CE5245;
}
</style>
border-color css
<style>
span { border-color: #CE5245; }
span { border-color: rgb(206,82,69); }
td.TdClassName
{
border-color: #CE5245;
}
.TagClassName
{
border-color: #CE5245;
}
</style>