Shades of Dark Coral #CD584A
Tints of Dark Coral #CD584A
RGB
CMYK
RGB Variations
Color information
#CD584A (or 0xCD584A) is known color: Dark Coral. HEX triplet: CD, 58 and 4A. RGB value is (205,88,74). Sum of RGB (Red+Green+Blue) = 205+88+74=367 (48% of max value = 765). Red value is 205 (80.47% from 255 or 55.86% from 367); Green value is 88 (34.77% from 255 or 23.98% from 367); Blue value is 74 (29.30% from 255 or 20.16% from 367); Max value from RGB is 205 - color contains mainly: red. Hex color #CD584A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD584A is #32A7B5. Grayscale: #797979. Windows color (decimal): -3319734 or 4872397. OLE color: 4872397.
HSL color Cylindrical-coordinate representation of color #CD584A: hue angle of 6.41º 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 #CD584A is Cyan = 0, Magento = 0.57, Yellow = 0.64 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 88 | 74 | - |
| CMYK | 0 | 0.57 | 0.64 | 0.20 |
| HSL | 6.41º | 0.57% | 0.55% | - |
| HSV(B) | 6.41º | 0.64% | 0.8% | - |
| XYZ | 29.9 | 20.45 | 8.85 | - |
| YUV | 121.39 | 101.26 | 187.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 88 | 74 | 0 | 0.57 | 0.64 | 0.20 | 6.41 | 0.57 | 0.55 |
| Hex | CD | 58 | 4A | 0 | 39 | 40 | 14 | 6 | 39 | 37 |
| Octal | 315 | 130 | 112 | 0 | 71 | 100 | 24 | 6 | 71 | 67 |
| Binary | 11001101 | 1011000 | 1001010 | 0 | 111001 | 1000000 | 10100 | 110 | 111001 | 110111 |
Color Harmonies of #CD584A
Complementary color
Monochromatic Colors of #CD584A
Black with #CD584A
Text Example
Text Example
White with #CD584A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD584A; }
p { color: rgb(205,88,74); }
H1.HeaderClassName
{
color: #CD584A;
}
.AnyTagClassName
{
color: #CD584A;
}
</style>
background-color css
<style>
a { background-color: #CD584A; }
a { background-color: rgb(205,88,74); }
div.DivClassName
{
background-color: #CD584A;
}
.BgClassName
{
background-color: #CD584A;
}
</style>
border-color css
<style>
span { border-color: #CD584A; }
span { border-color: rgb(205,88,74); }
td.TdClassName
{
border-color: #CD584A;
}
.TagClassName
{
border-color: #CD584A;
}
</style>