Shades of Dark Coral #CF5440
Tints of Dark Coral #CF5440
RGB
CMYK
RGB Variations
Color information
#CF5440 (or 0xCF5440) is known color: Dark Coral. HEX triplet: CF, 54 and 40. RGB value is (207,84,64). Sum of RGB (Red+Green+Blue) = 207+84+64=355 (47% of max value = 765). Red value is 207 (81.25% from 255 or 58.31% from 355); Green value is 84 (33.20% from 255 or 23.66% from 355); Blue value is 64 (25.39% from 255 or 18.03% from 355); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5440 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF5440 is #30ABBF. Grayscale: #767676. Windows color (decimal): -3189696 or 4216015. OLE color: 4216015.
HSL color Cylindrical-coordinate representation of color #CF5440: hue angle of 8.39º 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 #CF5440 is Cyan = 0, Magento = 0.59, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 84 | 64 | - |
| CMYK | 0 | 0.59 | 0.69 | 0.19 |
| HSL | 8.39º | 0.6% | 0.53% | - |
| HSV(B) | 8.39º | 0.69% | 0.81% | - |
| XYZ | 29.83 | 19.98 | 7.13 | - |
| YUV | 118.5 | 97.25 | 191.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 84 | 64 | 0 | 0.59 | 0.69 | 0.19 | 8.39 | 0.6 | 0.53 |
| Hex | CF | 54 | 40 | 0 | 3B | 45 | 13 | 8 | 3C | 35 |
| Octal | 317 | 124 | 100 | 0 | 73 | 105 | 23 | 10 | 74 | 65 |
| Binary | 11001111 | 1010100 | 1000000 | 0 | 111011 | 1000101 | 10011 | 1000 | 111100 | 110101 |
Color Harmonies of #CF5440
Complementary color
Monochromatic Colors of #CF5440
Black with #CF5440
Text Example
Text Example
White with #CF5440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5440; }
p { color: rgb(207,84,64); }
H1.HeaderClassName
{
color: #CF5440;
}
.AnyTagClassName
{
color: #CF5440;
}
</style>
background-color css
<style>
a { background-color: #CF5440; }
a { background-color: rgb(207,84,64); }
div.DivClassName
{
background-color: #CF5440;
}
.BgClassName
{
background-color: #CF5440;
}
</style>
border-color css
<style>
span { border-color: #CF5440; }
span { border-color: rgb(207,84,64); }
td.TdClassName
{
border-color: #CF5440;
}
.TagClassName
{
border-color: #CF5440;
}
</style>