Shades of Dark Coral #CF5041
Tints of Dark Coral #CF5041
RGB
CMYK
RGB Variations
Color information
#CF5041 (or 0xCF5041) is known color: Dark Coral. HEX triplet: CF, 50 and 41. RGB value is (207,80,65). Sum of RGB (Red+Green+Blue) = 207+80+65=352 (46% of max value = 765). Red value is 207 (81.25% from 255 or 58.81% from 352); Green value is 80 (31.64% from 255 or 22.73% from 352); Blue value is 65 (25.78% from 255 or 18.47% from 352); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5041 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF5041 is #30AFBE. Grayscale: #747474. Windows color (decimal): -3190719 or 4280527. OLE color: 4280527.
HSL color Cylindrical-coordinate representation of color #CF5041: hue angle of 6.34º 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 #CF5041 is Cyan = 0, Magento = 0.61, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 80 | 65 | - |
| CMYK | 0 | 0.61 | 0.69 | 0.19 |
| HSL | 6.34º | 0.6% | 0.53% | - |
| HSV(B) | 6.34º | 0.69% | 0.81% | - |
| XYZ | 29.55 | 19.38 | 7.18 | - |
| YUV | 116.26 | 99.08 | 192.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 80 | 65 | 0 | 0.61 | 0.69 | 0.19 | 6.34 | 0.6 | 0.53 |
| Hex | CF | 50 | 41 | 0 | 3D | 45 | 13 | 6 | 3C | 35 |
| Octal | 317 | 120 | 101 | 0 | 75 | 105 | 23 | 6 | 74 | 65 |
| Binary | 11001111 | 1010000 | 1000001 | 0 | 111101 | 1000101 | 10011 | 110 | 111100 | 110101 |
Color Harmonies of #CF5041
Complementary color
Monochromatic Colors of #CF5041
Black with #CF5041
Text Example
Text Example
White with #CF5041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5041; }
p { color: rgb(207,80,65); }
H1.HeaderClassName
{
color: #CF5041;
}
.AnyTagClassName
{
color: #CF5041;
}
</style>
background-color css
<style>
a { background-color: #CF5041; }
a { background-color: rgb(207,80,65); }
div.DivClassName
{
background-color: #CF5041;
}
.BgClassName
{
background-color: #CF5041;
}
</style>
border-color css
<style>
span { border-color: #CF5041; }
span { border-color: rgb(207,80,65); }
td.TdClassName
{
border-color: #CF5041;
}
.TagClassName
{
border-color: #CF5041;
}
</style>