Shades of Dark Coral #CD6044
Tints of Dark Coral #CD6044
RGB
CMYK
RGB Variations
Color information
#CD6044 (or 0xCD6044) is known color: Dark Coral. HEX triplet: CD, 60 and 44. RGB value is (205,96,68). Sum of RGB (Red+Green+Blue) = 205+96+68=369 (48% of max value = 765). Red value is 205 (80.47% from 255 or 55.56% from 369); Green value is 96 (37.89% from 255 or 26.02% from 369); Blue value is 68 (26.95% from 255 or 18.43% from 369); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6044 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD6044 is #329FBB. Grayscale: #7D7D7D. Windows color (decimal): -3317692 or 4481229. OLE color: 4481229.
HSL color Cylindrical-coordinate representation of color #CD6044: hue angle of 12.26º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CD6044 is Cyan = 0, Magento = 0.53, Yellow = 0.67 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 96 | 68 | - |
| CMYK | 0 | 0.53 | 0.67 | 0.20 |
| HSL | 12.26º | 0.58% | 0.54% | - |
| HSV(B) | 12.26º | 0.67% | 0.8% | - |
| XYZ | 30.4 | 21.76 | 8.07 | - |
| YUV | 125.4 | 95.61 | 184.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 96 | 68 | 0 | 0.53 | 0.67 | 0.20 | 12.26 | 0.58 | 0.54 |
| Hex | CD | 60 | 44 | 0 | 35 | 43 | 14 | C | 3A | 36 |
| Octal | 315 | 140 | 104 | 0 | 65 | 103 | 24 | 14 | 72 | 66 |
| Binary | 11001101 | 1100000 | 1000100 | 0 | 110101 | 1000011 | 10100 | 1100 | 111010 | 110110 |
Color Harmonies of #CD6044
Complementary color
Monochromatic Colors of #CD6044
Black with #CD6044
Text Example
Text Example
White with #CD6044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD6044; }
p { color: rgb(205,96,68); }
H1.HeaderClassName
{
color: #CD6044;
}
.AnyTagClassName
{
color: #CD6044;
}
</style>
background-color css
<style>
a { background-color: #CD6044; }
a { background-color: rgb(205,96,68); }
div.DivClassName
{
background-color: #CD6044;
}
.BgClassName
{
background-color: #CD6044;
}
</style>
border-color css
<style>
span { border-color: #CD6044; }
span { border-color: rgb(205,96,68); }
td.TdClassName
{
border-color: #CD6044;
}
.TagClassName
{
border-color: #CD6044;
}
</style>