Shades of Dark Coral #CF5D40
Tints of Dark Coral #CF5D40
RGB
CMYK
RGB Variations
Color information
#CF5D40 (or 0xCF5D40) is known color: Dark Coral. HEX triplet: CF, 5D and 40. RGB value is (207,93,64). Sum of RGB (Red+Green+Blue) = 207+93+64=364 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.87% from 364); Green value is 93 (36.72% from 255 or 25.55% from 364); Blue value is 64 (25.39% from 255 or 17.58% from 364); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5D40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF5D40 is #30A2BF. Grayscale: #7C7C7C. Windows color (decimal): -3187392 or 4218319. OLE color: 4218319.
HSL color Cylindrical-coordinate representation of color #CF5D40: hue angle of 12.17º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CF5D40 is Cyan = 0, Magento = 0.55, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 93 | 64 | - |
| CMYK | 0 | 0.55 | 0.69 | 0.19 |
| HSL | 12.17º | 0.6% | 0.53% | - |
| HSV(B) | 12.17º | 0.69% | 0.81% | - |
| XYZ | 30.57 | 21.46 | 7.38 | - |
| YUV | 123.78 | 94.27 | 187.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 93 | 64 | 0 | 0.55 | 0.69 | 0.19 | 12.17 | 0.6 | 0.53 |
| Hex | CF | 5D | 40 | 0 | 37 | 45 | 13 | C | 3C | 35 |
| Octal | 317 | 135 | 100 | 0 | 67 | 105 | 23 | 14 | 74 | 65 |
| Binary | 11001111 | 1011101 | 1000000 | 0 | 110111 | 1000101 | 10011 | 1100 | 111100 | 110101 |
Color Harmonies of #CF5D40
Complementary color
Monochromatic Colors of #CF5D40
Black with #CF5D40
Text Example
Text Example
White with #CF5D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5D40; }
p { color: rgb(207,93,64); }
H1.HeaderClassName
{
color: #CF5D40;
}
.AnyTagClassName
{
color: #CF5D40;
}
</style>
background-color css
<style>
a { background-color: #CF5D40; }
a { background-color: rgb(207,93,64); }
div.DivClassName
{
background-color: #CF5D40;
}
.BgClassName
{
background-color: #CF5D40;
}
</style>
border-color css
<style>
span { border-color: #CF5D40; }
span { border-color: rgb(207,93,64); }
td.TdClassName
{
border-color: #CF5D40;
}
.TagClassName
{
border-color: #CF5D40;
}
</style>