Shades of Dark Coral #CD593D
Tints of Dark Coral #CD593D
RGB
CMYK
RGB Variations
Color information
#CD593D (or 0xCD593D) is known color: Dark Coral. HEX triplet: CD, 59 and 3D. RGB value is (205,89,61). Sum of RGB (Red+Green+Blue) = 205+89+61=355 (47% of max value = 765). Red value is 205 (80.47% from 255 or 57.75% from 355); Green value is 89 (35.16% from 255 or 25.07% from 355); Blue value is 61 (24.22% from 255 or 17.18% from 355); Max value from RGB is 205 - color contains mainly: red. Hex color #CD593D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD593D is #32A6C2. Grayscale: #787878. Windows color (decimal): -3319491 or 4020685. OLE color: 4020685.
HSL color Cylindrical-coordinate representation of color #CD593D: hue angle of 11.67º 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 #CD593D is Cyan = 0, Magento = 0.57, Yellow = 0.70 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 89 | 61 | - |
| CMYK | 0 | 0.57 | 0.70 | 0.20 |
| HSL | 11.67º | 0.59% | 0.52% | - |
| HSV(B) | 11.67º | 0.7% | 0.8% | - |
| XYZ | 29.59 | 20.46 | 6.8 | - |
| YUV | 120.49 | 94.43 | 188.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 89 | 61 | 0 | 0.57 | 0.70 | 0.20 | 11.67 | 0.59 | 0.52 |
| Hex | CD | 59 | 3D | 0 | 39 | 46 | 14 | C | 3B | 34 |
| Octal | 315 | 131 | 75 | 0 | 71 | 106 | 24 | 14 | 73 | 64 |
| Binary | 11001101 | 1011001 | 111101 | 0 | 111001 | 1000110 | 10100 | 1100 | 111011 | 110100 |
Color Harmonies of #CD593D
Complementary color
Monochromatic Colors of #CD593D
Black with #CD593D
Text Example
Text Example
White with #CD593D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD593D; }
p { color: rgb(205,89,61); }
H1.HeaderClassName
{
color: #CD593D;
}
.AnyTagClassName
{
color: #CD593D;
}
</style>
background-color css
<style>
a { background-color: #CD593D; }
a { background-color: rgb(205,89,61); }
div.DivClassName
{
background-color: #CD593D;
}
.BgClassName
{
background-color: #CD593D;
}
</style>
border-color css
<style>
span { border-color: #CD593D; }
span { border-color: rgb(205,89,61); }
td.TdClassName
{
border-color: #CD593D;
}
.TagClassName
{
border-color: #CD593D;
}
</style>