Shades of Dark Coral #CE5343
Tints of Dark Coral #CE5343
RGB
CMYK
RGB Variations
Color information
#CE5343 (or 0xCE5343) is known color: Dark Coral. HEX triplet: CE, 53 and 43. RGB value is (206,83,67). Sum of RGB (Red+Green+Blue) = 206+83+67=356 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.87% from 356); Green value is 83 (32.81% from 255 or 23.31% from 356); Blue value is 67 (26.56% from 255 or 18.82% from 356); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5343 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE5343 is #31ACBC. Grayscale: #767676. Windows color (decimal): -3255485 or 4412366. OLE color: 4412366.
HSL color Cylindrical-coordinate representation of color #CE5343: hue angle of 6.91º 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 #CE5343 is Cyan = 0, Magento = 0.60, Yellow = 0.67 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 83 | 67 | - |
| CMYK | 0 | 0.60 | 0.67 | 0.19 |
| HSL | 6.91º | 0.59% | 0.54% | - |
| HSV(B) | 6.91º | 0.67% | 0.81% | - |
| XYZ | 29.56 | 19.71 | 7.56 | - |
| YUV | 117.95 | 99.25 | 190.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 83 | 67 | 0 | 0.60 | 0.67 | 0.19 | 6.91 | 0.59 | 0.54 |
| Hex | CE | 53 | 43 | 0 | 3C | 43 | 13 | 7 | 3B | 36 |
| Octal | 316 | 123 | 103 | 0 | 74 | 103 | 23 | 7 | 73 | 66 |
| Binary | 11001110 | 1010011 | 1000011 | 0 | 111100 | 1000011 | 10011 | 111 | 111011 | 110110 |
Color Harmonies of #CE5343
Complementary color
Monochromatic Colors of #CE5343
Black with #CE5343
Text Example
Text Example
White with #CE5343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5343; }
p { color: rgb(206,83,67); }
H1.HeaderClassName
{
color: #CE5343;
}
.AnyTagClassName
{
color: #CE5343;
}
</style>
background-color css
<style>
a { background-color: #CE5343; }
a { background-color: rgb(206,83,67); }
div.DivClassName
{
background-color: #CE5343;
}
.BgClassName
{
background-color: #CE5343;
}
</style>
border-color css
<style>
span { border-color: #CE5343; }
span { border-color: rgb(206,83,67); }
td.TdClassName
{
border-color: #CE5343;
}
.TagClassName
{
border-color: #CE5343;
}
</style>