Shades of Dark Coral #CD5544
Tints of Dark Coral #CD5544
RGB
CMYK
RGB Variations
Color information
#CD5544 (or 0xCD5544) is known color: Dark Coral. HEX triplet: CD, 55 and 44. RGB value is (205,85,68). Sum of RGB (Red+Green+Blue) = 205+85+68=358 (47% of max value = 765). Red value is 205 (80.47% from 255 or 57.26% from 358); Green value is 85 (33.59% from 255 or 23.74% from 358); Blue value is 68 (26.95% from 255 or 18.99% from 358); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5544 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD5544 is #32AABB. Grayscale: #777777. Windows color (decimal): -3320508 or 4478413. OLE color: 4478413.
HSL color Cylindrical-coordinate representation of color #CD5544: hue angle of 7.45º 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 #CD5544 is Cyan = 0, Magento = 0.59, Yellow = 0.67 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 85 | 68 | - |
| CMYK | 0 | 0.59 | 0.67 | 0.20 |
| HSL | 7.45º | 0.58% | 0.54% | - |
| HSV(B) | 7.45º | 0.67% | 0.8% | - |
| XYZ | 29.47 | 19.89 | 7.76 | - |
| YUV | 118.94 | 99.26 | 189.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 85 | 68 | 0 | 0.59 | 0.67 | 0.20 | 7.45 | 0.58 | 0.54 |
| Hex | CD | 55 | 44 | 0 | 3B | 43 | 14 | 7 | 3A | 36 |
| Octal | 315 | 125 | 104 | 0 | 73 | 103 | 24 | 7 | 72 | 66 |
| Binary | 11001101 | 1010101 | 1000100 | 0 | 111011 | 1000011 | 10100 | 111 | 111010 | 110110 |
Color Harmonies of #CD5544
Complementary color
Monochromatic Colors of #CD5544
Black with #CD5544
Text Example
Text Example
White with #CD5544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD5544; }
p { color: rgb(205,85,68); }
H1.HeaderClassName
{
color: #CD5544;
}
.AnyTagClassName
{
color: #CD5544;
}
</style>
background-color css
<style>
a { background-color: #CD5544; }
a { background-color: rgb(205,85,68); }
div.DivClassName
{
background-color: #CD5544;
}
.BgClassName
{
background-color: #CD5544;
}
</style>
border-color css
<style>
span { border-color: #CD5544; }
span { border-color: rgb(205,85,68); }
td.TdClassName
{
border-color: #CD5544;
}
.TagClassName
{
border-color: #CD5544;
}
</style>