Shades of Dark Coral #CF5D47
Tints of Dark Coral #CF5D47
RGB
CMYK
RGB Variations
Color information
#CF5D47 (or 0xCF5D47) is known color: Dark Coral. HEX triplet: CF, 5D and 47. RGB value is (207,93,71). Sum of RGB (Red+Green+Blue) = 207+93+71=371 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.80% from 371); Green value is 93 (36.72% from 255 or 25.07% from 371); Blue value is 71 (28.12% from 255 or 19.14% from 371); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5D47 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF5D47 is #30A2B8. Grayscale: #7C7C7C. Windows color (decimal): -3187385 or 4677071. OLE color: 4677071.
HSL color Cylindrical-coordinate representation of color #CF5D47: hue angle of 9.71º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CF5D47 is Cyan = 0, Magento = 0.55, Yellow = 0.66 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 93 | 71 | - |
| CMYK | 0 | 0.55 | 0.66 | 0.19 |
| HSL | 9.71º | 0.59% | 0.55% | - |
| HSV(B) | 9.71º | 0.66% | 0.81% | - |
| XYZ | 30.78 | 21.55 | 8.5 | - |
| YUV | 124.58 | 97.77 | 186.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 93 | 71 | 0 | 0.55 | 0.66 | 0.19 | 9.71 | 0.59 | 0.55 |
| Hex | CF | 5D | 47 | 0 | 37 | 42 | 13 | A | 3B | 37 |
| Octal | 317 | 135 | 107 | 0 | 67 | 102 | 23 | 12 | 73 | 67 |
| Binary | 11001111 | 1011101 | 1000111 | 0 | 110111 | 1000010 | 10011 | 1010 | 111011 | 110111 |
Color Harmonies of #CF5D47
Complementary color
Monochromatic Colors of #CF5D47
Black with #CF5D47
Text Example
Text Example
White with #CF5D47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5D47; }
p { color: rgb(207,93,71); }
H1.HeaderClassName
{
color: #CF5D47;
}
.AnyTagClassName
{
color: #CF5D47;
}
</style>
background-color css
<style>
a { background-color: #CF5D47; }
a { background-color: rgb(207,93,71); }
div.DivClassName
{
background-color: #CF5D47;
}
.BgClassName
{
background-color: #CF5D47;
}
</style>
border-color css
<style>
span { border-color: #CF5D47; }
span { border-color: rgb(207,93,71); }
td.TdClassName
{
border-color: #CF5D47;
}
.TagClassName
{
border-color: #CF5D47;
}
</style>