Shades of Dark Coral #CF6243
Tints of Dark Coral #CF6243
RGB
CMYK
RGB Variations
Color information
#CF6243 (or 0xCF6243) is known color: Dark Coral. HEX triplet: CF, 62 and 43. RGB value is (207,98,67). Sum of RGB (Red+Green+Blue) = 207+98+67=372 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.65% from 372); Green value is 98 (38.67% from 255 or 26.34% from 372); Blue value is 67 (26.56% from 255 or 18.01% from 372); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6243 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF6243 is #309DBC. Grayscale: #7F7F7F. Windows color (decimal): -3186109 or 4416207. OLE color: 4416207.
HSL color Cylindrical-coordinate representation of color #CF6243: hue angle of 13.29º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CF6243 is Cyan = 0, Magento = 0.53, Yellow = 0.68 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 98 | 67 | - |
| CMYK | 0 | 0.53 | 0.68 | 0.19 |
| HSL | 13.29º | 0.59% | 0.54% | - |
| HSV(B) | 13.29º | 0.68% | 0.81% | - |
| XYZ | 31.11 | 22.41 | 8 | - |
| YUV | 127.06 | 94.11 | 185.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 98 | 67 | 0 | 0.53 | 0.68 | 0.19 | 13.29 | 0.59 | 0.54 |
| Hex | CF | 62 | 43 | 0 | 35 | 44 | 13 | D | 3B | 36 |
| Octal | 317 | 142 | 103 | 0 | 65 | 104 | 23 | 15 | 73 | 66 |
| Binary | 11001111 | 1100010 | 1000011 | 0 | 110101 | 1000100 | 10011 | 1101 | 111011 | 110110 |
Color Harmonies of #CF6243
Complementary color
Monochromatic Colors of #CF6243
Black with #CF6243
Text Example
Text Example
White with #CF6243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6243; }
p { color: rgb(207,98,67); }
H1.HeaderClassName
{
color: #CF6243;
}
.AnyTagClassName
{
color: #CF6243;
}
</style>
background-color css
<style>
a { background-color: #CF6243; }
a { background-color: rgb(207,98,67); }
div.DivClassName
{
background-color: #CF6243;
}
.BgClassName
{
background-color: #CF6243;
}
</style>
border-color css
<style>
span { border-color: #CF6243; }
span { border-color: rgb(207,98,67); }
td.TdClassName
{
border-color: #CF6243;
}
.TagClassName
{
border-color: #CF6243;
}
</style>