Shades of Dark Coral #CF6041
Tints of Dark Coral #CF6041
RGB
CMYK
RGB Variations
Color information
#CF6041 (or 0xCF6041) is known color: Dark Coral. HEX triplet: CF, 60 and 41. RGB value is (207,96,65). Sum of RGB (Red+Green+Blue) = 207+96+65=368 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.25% from 368); Green value is 96 (37.89% from 255 or 26.09% from 368); Blue value is 65 (25.78% from 255 or 17.66% from 368); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6041 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF6041 is #309FBE. Grayscale: #7D7D7D. Windows color (decimal): -3186623 or 4284623. OLE color: 4284623.
HSL color Cylindrical-coordinate representation of color #CF6041: hue angle of 13.1º 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 #CF6041 is Cyan = 0, Magento = 0.54, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 96 | 65 | - |
| CMYK | 0 | 0.54 | 0.69 | 0.19 |
| HSL | 13.1º | 0.6% | 0.53% | - |
| HSV(B) | 13.1º | 0.69% | 0.81% | - |
| XYZ | 30.87 | 22.01 | 7.62 | - |
| YUV | 125.66 | 93.77 | 186.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 96 | 65 | 0 | 0.54 | 0.69 | 0.19 | 13.1 | 0.6 | 0.53 |
| Hex | CF | 60 | 41 | 0 | 36 | 45 | 13 | D | 3C | 35 |
| Octal | 317 | 140 | 101 | 0 | 66 | 105 | 23 | 15 | 74 | 65 |
| Binary | 11001111 | 1100000 | 1000001 | 0 | 110110 | 1000101 | 10011 | 1101 | 111100 | 110101 |
Color Harmonies of #CF6041
Complementary color
Monochromatic Colors of #CF6041
Black with #CF6041
Text Example
Text Example
White with #CF6041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6041; }
p { color: rgb(207,96,65); }
H1.HeaderClassName
{
color: #CF6041;
}
.AnyTagClassName
{
color: #CF6041;
}
</style>
background-color css
<style>
a { background-color: #CF6041; }
a { background-color: rgb(207,96,65); }
div.DivClassName
{
background-color: #CF6041;
}
.BgClassName
{
background-color: #CF6041;
}
</style>
border-color css
<style>
span { border-color: #CF6041; }
span { border-color: rgb(207,96,65); }
td.TdClassName
{
border-color: #CF6041;
}
.TagClassName
{
border-color: #CF6041;
}
</style>