Shades of Dark Coral #CF5940
Tints of Dark Coral #CF5940
RGB
CMYK
RGB Variations
Color information
#CF5940 (or 0xCF5940) is known color: Dark Coral. HEX triplet: CF, 59 and 40. RGB value is (207,89,64). Sum of RGB (Red+Green+Blue) = 207+89+64=360 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.5% from 360); Green value is 89 (35.16% from 255 or 24.72% from 360); Blue value is 64 (25.39% from 255 or 17.78% from 360); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5940 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF5940 is #30A6BF. Grayscale: #797979. Windows color (decimal): -3188416 or 4217295. OLE color: 4217295.
HSL color Cylindrical-coordinate representation of color #CF5940: hue angle of 10.49º 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 #CF5940 is Cyan = 0, Magento = 0.57, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 89 | 64 | - |
| CMYK | 0 | 0.57 | 0.69 | 0.19 |
| HSL | 10.49º | 0.6% | 0.53% | - |
| HSV(B) | 10.49º | 0.69% | 0.81% | - |
| XYZ | 30.23 | 20.78 | 7.27 | - |
| YUV | 121.43 | 95.59 | 189.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 89 | 64 | 0 | 0.57 | 0.69 | 0.19 | 10.49 | 0.6 | 0.53 |
| Hex | CF | 59 | 40 | 0 | 39 | 45 | 13 | A | 3C | 35 |
| Octal | 317 | 131 | 100 | 0 | 71 | 105 | 23 | 12 | 74 | 65 |
| Binary | 11001111 | 1011001 | 1000000 | 0 | 111001 | 1000101 | 10011 | 1010 | 111100 | 110101 |
Color Harmonies of #CF5940
Complementary color
Monochromatic Colors of #CF5940
Black with #CF5940
Text Example
Text Example
White with #CF5940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5940; }
p { color: rgb(207,89,64); }
H1.HeaderClassName
{
color: #CF5940;
}
.AnyTagClassName
{
color: #CF5940;
}
</style>
background-color css
<style>
a { background-color: #CF5940; }
a { background-color: rgb(207,89,64); }
div.DivClassName
{
background-color: #CF5940;
}
.BgClassName
{
background-color: #CF5940;
}
</style>
border-color css
<style>
span { border-color: #CF5940; }
span { border-color: rgb(207,89,64); }
td.TdClassName
{
border-color: #CF5940;
}
.TagClassName
{
border-color: #CF5940;
}
</style>