Shades of Dark Coral #CD614D
Tints of Dark Coral #CD614D
RGB
CMYK
RGB Variations
Color information
#CD614D (or 0xCD614D) is known color: Dark Coral. HEX triplet: CD, 61 and 4D. RGB value is (205,97,77). Sum of RGB (Red+Green+Blue) = 205+97+77=379 (50% of max value = 765). Red value is 205 (80.47% from 255 or 54.09% from 379); Green value is 97 (38.28% from 255 or 25.59% from 379); Blue value is 77 (30.47% from 255 or 20.32% from 379); Max value from RGB is 205 - color contains mainly: red. Hex color #CD614D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD614D is #329EB2. Grayscale: #7F7F7F. Windows color (decimal): -3317427 or 5071309. OLE color: 5071309.
HSL color Cylindrical-coordinate representation of color #CD614D: hue angle of 9.38º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CD614D is Cyan = 0, Magento = 0.53, Yellow = 0.62 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 97 | 77 | - |
| CMYK | 0 | 0.53 | 0.62 | 0.20 |
| HSL | 9.38º | 0.56% | 0.55% | - |
| HSV(B) | 9.38º | 0.62% | 0.8% | - |
| XYZ | 30.79 | 22.06 | 9.66 | - |
| YUV | 127.01 | 99.78 | 183.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 97 | 77 | 0 | 0.53 | 0.62 | 0.20 | 9.38 | 0.56 | 0.55 |
| Hex | CD | 61 | 4D | 0 | 35 | 3E | 14 | 9 | 38 | 37 |
| Octal | 315 | 141 | 115 | 0 | 65 | 76 | 24 | 11 | 70 | 67 |
| Binary | 11001101 | 1100001 | 1001101 | 0 | 110101 | 111110 | 10100 | 1001 | 111000 | 110111 |
Color Harmonies of #CD614D
Complementary color
Monochromatic Colors of #CD614D
Black with #CD614D
Text Example
Text Example
White with #CD614D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD614D; }
p { color: rgb(205,97,77); }
H1.HeaderClassName
{
color: #CD614D;
}
.AnyTagClassName
{
color: #CD614D;
}
</style>
background-color css
<style>
a { background-color: #CD614D; }
a { background-color: rgb(205,97,77); }
div.DivClassName
{
background-color: #CD614D;
}
.BgClassName
{
background-color: #CD614D;
}
</style>
border-color css
<style>
span { border-color: #CD614D; }
span { border-color: rgb(205,97,77); }
td.TdClassName
{
border-color: #CD614D;
}
.TagClassName
{
border-color: #CD614D;
}
</style>