Shades of Dark Coral #CD5D49
Tints of Dark Coral #CD5D49
RGB
CMYK
RGB Variations
Color information
#CD5D49 (or 0xCD5D49) is known color: Dark Coral. HEX triplet: CD, 5D and 49. RGB value is (205,93,73). Sum of RGB (Red+Green+Blue) = 205+93+73=371 (49% of max value = 765). Red value is 205 (80.47% from 255 or 55.26% from 371); Green value is 93 (36.72% from 255 or 25.07% from 371); Blue value is 73 (28.91% from 255 or 19.68% from 371); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5D49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD5D49 is #32A2B6. Grayscale: #7C7C7C. Windows color (decimal): -3318455 or 4808141. OLE color: 4808141.
HSL color Cylindrical-coordinate representation of color #CD5D49: hue angle of 9.09º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CD5D49 is Cyan = 0, Magento = 0.55, Yellow = 0.64 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 93 | 73 | - |
| CMYK | 0 | 0.55 | 0.64 | 0.20 |
| HSL | 9.09º | 0.57% | 0.55% | - |
| HSV(B) | 9.09º | 0.64% | 0.8% | - |
| XYZ | 30.29 | 21.29 | 8.82 | - |
| YUV | 124.21 | 99.11 | 185.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 93 | 73 | 0 | 0.55 | 0.64 | 0.20 | 9.09 | 0.57 | 0.55 |
| Hex | CD | 5D | 49 | 0 | 37 | 40 | 14 | 9 | 39 | 37 |
| Octal | 315 | 135 | 111 | 0 | 67 | 100 | 24 | 11 | 71 | 67 |
| Binary | 11001101 | 1011101 | 1001001 | 0 | 110111 | 1000000 | 10100 | 1001 | 111001 | 110111 |
Color Harmonies of #CD5D49
Complementary color
Monochromatic Colors of #CD5D49
Black with #CD5D49
Text Example
Text Example
White with #CD5D49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD5D49; }
p { color: rgb(205,93,73); }
H1.HeaderClassName
{
color: #CD5D49;
}
.AnyTagClassName
{
color: #CD5D49;
}
</style>
background-color css
<style>
a { background-color: #CD5D49; }
a { background-color: rgb(205,93,73); }
div.DivClassName
{
background-color: #CD5D49;
}
.BgClassName
{
background-color: #CD5D49;
}
</style>
border-color css
<style>
span { border-color: #CD5D49; }
span { border-color: rgb(205,93,73); }
td.TdClassName
{
border-color: #CD5D49;
}
.TagClassName
{
border-color: #CD5D49;
}
</style>