Shades of Dark Coral #CD543E
Tints of Dark Coral #CD543E
RGB
CMYK
RGB Variations
Color information
#CD543E (or 0xCD543E) is known color: Dark Coral. HEX triplet: CD, 54 and 3E. RGB value is (205,84,62). Sum of RGB (Red+Green+Blue) = 205+84+62=351 (46% of max value = 765). Red value is 205 (80.47% from 255 or 58.40% from 351); Green value is 84 (33.20% from 255 or 23.93% from 351); Blue value is 62 (24.61% from 255 or 17.66% from 351); Max value from RGB is 205 - color contains mainly: red. Hex color #CD543E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD543E is #32ABC1. Grayscale: #757575. Windows color (decimal): -3320770 or 4084941. OLE color: 4084941.
HSL color Cylindrical-coordinate representation of color #CD543E: hue angle of 9.23º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CD543E is Cyan = 0, Magento = 0.59, Yellow = 0.70 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 84 | 62 | - |
| CMYK | 0 | 0.59 | 0.70 | 0.20 |
| HSL | 9.23º | 0.59% | 0.52% | - |
| HSV(B) | 9.23º | 0.7% | 0.8% | - |
| XYZ | 29.22 | 19.67 | 6.81 | - |
| YUV | 117.67 | 96.59 | 190.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 84 | 62 | 0 | 0.59 | 0.70 | 0.20 | 9.23 | 0.59 | 0.52 |
| Hex | CD | 54 | 3E | 0 | 3B | 46 | 14 | 9 | 3B | 34 |
| Octal | 315 | 124 | 76 | 0 | 73 | 106 | 24 | 11 | 73 | 64 |
| Binary | 11001101 | 1010100 | 111110 | 0 | 111011 | 1000110 | 10100 | 1001 | 111011 | 110100 |
Color Harmonies of #CD543E
Complementary color
Monochromatic Colors of #CD543E
Black with #CD543E
Text Example
Text Example
White with #CD543E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD543E; }
p { color: rgb(205,84,62); }
H1.HeaderClassName
{
color: #CD543E;
}
.AnyTagClassName
{
color: #CD543E;
}
</style>
background-color css
<style>
a { background-color: #CD543E; }
a { background-color: rgb(205,84,62); }
div.DivClassName
{
background-color: #CD543E;
}
.BgClassName
{
background-color: #CD543E;
}
</style>
border-color css
<style>
span { border-color: #CD543E; }
span { border-color: rgb(205,84,62); }
td.TdClassName
{
border-color: #CD543E;
}
.TagClassName
{
border-color: #CD543E;
}
</style>